# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build artifacts
build/
dist/
wheels/
*.whl

# Virtualenvs
.venv/
venv/
env/
.env
.env.*
!.env.example

# Packaging / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/
.uv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local credentials (never committed, but belt-and-suspenders)
.overtone/
credentials
