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

# Config and secrets
config.yaml
credentials.json
*.db
.env

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Data
data/
*.json
!config.example.yaml
!guidelines/*.md
!templates/*.j2
