# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.pytest_cache/
uv.lock

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Internal notes (not for distribution)
NOTES.md
