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


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

# Caches
*_cache/
__pycache__/
.cache/

# macOS
.DS_Store

# python specific
.venv/
dist/
