Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .claude/commands/implement-phase.md

This file was deleted.

12 changes: 0 additions & 12 deletions .claude/commands/plan-next.md

This file was deleted.

17 changes: 0 additions & 17 deletions .claude/commands/review-cv-pipeline.md

This file was deleted.

5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto
*.png binary
*.jpg binary
*.jpeg binary
*.onnx binary
48 changes: 24 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,46 @@ env/
.env
.env.*

# Build
# Build / packaging
build/
dist/
*.egg-info/

# Test/cache
# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE
# IDE / OS
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Project outputs
output/
outputs/
debug/
tmp/
temp/

# Large sample data
samples/private/
# Large local models
models/*.onnx
models/*.engine
models/*.trt
models/*.pth
models/*.pt
!models/.gitkeep

# Generated outputs
outputs/*
!outputs/.gitkeep
!outputs/deshadowed/
!outputs/deshadowed/.gitkeep
!outputs/warp_detection/
!outputs/warp_detection/.gitkeep
!outputs/template_rectified/
!outputs/template_rectified/.gitkeep
!outputs/template_rectified/Untitled5_template_matches.png

# Local datasets / archives
input/private/
datasets/
*.zip
*.7z
*.rar

.venv/
__pycache__/
*.pyc

outputs/
models/*.onnx

.DS_Store
Thumbs.db
Loading