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

# Virtual envs
.venv/
venv/
env/

# Secrets / local env
.env
.env.*
!.env.example

# Local agent / tooling scratch (not for the repo)
.agents/
.claude/

# uv
.uv/

# Tooling
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Local data
*.log
*.sqlite
*.db
