# Python
__pycache__/
*.py[cod]
*$py.class

# Distribution / build
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Secrets / local config
.env
.env.*
