Files
native-ai-quantum-energy/.gitignore
2025-12-24 07:23:30 +00:00

42 lines
373 B
Plaintext

# Traffic Light System runtime files
.traffic-light-status
.traffic-light-status.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db