# Rust build artifacts
/target/
Cargo.lock

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
*.log

# MIDI test files
*.mid
*.midi

# MTXT output files
*.mtxt

# Allow specific test file and snapshots
!**/tests/**/*.mtxt

# Python bindings
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/
python/run.py
tests/python/test_examples.py
