# Project output
output/
soundfonts/*.sf2

# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Packaging / build artifacts
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

# Editors / IDEs
.vscode/
.idea/
*.swp

# macOS
.DS_Store
