# Python
__pycache__/
*.py[cod]

# Editor / OS noise
*.swp
*~
.DS_Store

# Your own configuration, secrets and runtime state never belong in the repo
*.env
*.token
credentials*.json
state.json
*_cache.json
/board/board.json
/scheduler/scheduler.toml
run/
state/

# Logs, backups, databases
*.log
*.bak
*.bak-*
*.orig
*.rej
*.sqlite
*.sqlite3

# Media: bring your own, keep it out of git
*.mp3
*.mp4
*.m4a
*.ogg
*.opus
*.flac
*.wav
*.webm
