# Python
__pycache__
*.py[cod]
*.pyo
*.pyd
*.so

# VCS/CI
.git
.gitignore
.gitattributes
.github

# Editor
.vscode
.idea

# Python tooling
.pytest_cache
.mypy_cache
.ruff_cache
.tox
dist
build
*.egg-info

# Local assets
logs
music
data
*.env
*.env.*
