# Local secrets / runtime config
.config
.config.ini

# Python caches
__pycache__/
*.py[cod]

# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/

# Logs (if any)
*.log
