| 1234567891011121314151617181920 |
- gcode_files/
- __pycache__/
- *.pyc
- *.pyo
- .env
- .idea
- *.json
- *.jsonl
- .venv/
- patterns/cached_svg/
- patterns/cached_images/custom_*
- # Node.js and build files
- node_modules/
- *.log
- *.png
- # Custom branding assets (user uploads)
- static/custom/*
- !static/custom/.gitkeep
- .claude/
- static/dist/
|