music-orchestrator/.gitignore
Kisskin-Mister 8d8076bd3f
Some checks failed
CI / backend (push) Failing after 1m53s
feat: initial backend-first music orchestrator MVP
2026-07-10 10:02:23 +03:00

20 lines
195 B
Text

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtualenv / local runtime
.venv/
.env
data/
*.db
*.sqlite
# Editors / OS
.DS_Store
.idea/
.vscode/