# Environment & secrets
.env
*.json
!*example*.json
!server.json

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

# Virtual envs
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
