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

# Virtual environments
.venv/
venv/
env/
ENV/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Local config / secrets
*.cfg
*.ini
*.env
*.secret
local_settings.py

# Config backup files produced by the SDK
*.bin
*.cfg.bak
