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

# Credentials — never commit these
*.json
!accounts.example.json
*.token
credentials/

# uv
uv.lock

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
