# Model weights
*.pt
*.pth
*.ckpt

# Pipeline output
generated/
web_jobs/
*.pdf
*.dxf
*.svg

# Photos / scan inputs
*.jpg
*.jpeg
*.heic
*.heif
IMG_*.png
# But keep curated example photos bundled with the web UI
!pic_to_bin/web/static/photo_tips/*.jpg

# Screenshots (Windows / macOS default filenames)
Screenshot*.png
Screen Shot*.png

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Dev / tools
.pytest_cache/
.venv/
venv/
*.tmp.*
*.log

# Secrets — Anthropic API key etc., loaded by python-dotenv at startup
.env

# Local scratch dirs from before/after smoothing experiments etc.
corner_comparison/
retrace_test/

# Claude Code session
.claude/
