# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/

# Secrets — never commit
.env
.env.*
!.env.example
tokens.json

# IDE
.DS_Store
.vscode/
.idea/
