Initial public release tree
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Local Claude session/memory data (the .claude/skills/ dir IS tracked)
|
||||
.claude/projects/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test outputs
|
||||
samples/result_*.jpg
|
||||
|
||||
# Generated synthetic test images (regenerated by samples/generate_test_images.py)
|
||||
samples/test_*.jpg
|
||||
|
||||
# Debug log (default --debug output file)
|
||||
rectify_debug.log
|
||||
|
||||
# Sweep outputs (regenerated by samples/sweep_keystone_lines.py)
|
||||
doc/sweep_keystone_lines/
|
||||
|
||||
# Test photos (real images, too large/private for the repo)
|
||||
doc/imgsrc/
|
||||
|
||||
# Scratch and demo material not intended for the repo
|
||||
doc/demo/
|
||||
doc/make_demo.py
|
||||
notes/
|
||||
|
||||
# Editor backup files
|
||||
*~
|
||||
*.py~
|
||||
Reference in New Issue
Block a user