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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.hypothesis/

# Local agent config (do not commit secrets or machine-specific settings)
local_secrets.json
local_app_config.json
**/local_config/local_app_config.json

# Environment variables
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
