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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Secrets & local state
.env
.env.local
*.token.json

# OS
.DS_Store
.gstack/
