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

# uv / virtualenvs
.venv/
.python-version

# Test / caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Env files (secrets — never commit)
.env
.env.local

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
