# Python
__pycache__/
*.py[cod]
*.so

# Environment
.env
*.env.local

# Python cache
.pytest_cache/

# Debug / scratch
debug_*.py

# OS
.DS_Store
Thumbs.db

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