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

# Venv
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/

# Local env vars (e.g. APP_ID/APP_SECRET for examples)
.env
.env.*
!.env.example
