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

# Caches
*_cache/
__pycache__/
.cache/

# macOS
.DS_Store

# python specific
.venv/
dist/
