music/ # Python __pycache__/ *.py[cod] *.pyd .Python # Virtual envs .venv/ venv/ ENV/ # Env files .env .env.* # Local config (may contain secrets) config.json # Tooling caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # OS / editor .DS_Store .vscode/