# macOS
.DS_Store

# Python
__pycache__/
**/__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
**/.venv/
venv/

# Build artifacts
build/
build_cpp/
**/build_cpp/
_skbuild/
**/_skbuild/
dist/
*.so
*.dylib
*.dll
CMakeFiles/
CMakeCache.txt
cmake_install.cmake

# Model weights
*.pt
*.pth
*.gguf
*.onnx
*.bin
*.safetensors

# Generated MIDI / audio
*.mid
*.midi
*.wav
*.mp3

# Editor / IDE
.vscode/
.idea/
*.swp

# Secrets / local config
.env
.mcp.json

# Misc
.claude/
notes/
output/
wandb/
