# Scratch folder for temporary files
scratch/
tmp/
dev-config.toml
.dev/
.cursor/
GEMINI.md
.tmp/
.development/

# video files maybe used during development
*.mkv
*.mp4
*.avi
*.mov
*.m4v
*.m4a

# Caches
*_cache/
__pycache__/
.cache/

# macOS
.DS_Store

# python specific
.venv/
dist/

# Python
*.py[cdo]
