GeoRemover / .gitignore
zixinz
chore: ignore pyc and __pycache__
2f713b7
# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Build / venv
*.egg-info/
.dist/
build/
dist/
.venv/
venv/
# Weights / checkpoints (download via get_assets.sh)
code_depth/checkpoints/
code_edit/stage1/
code_edit/stage2/
# Large demo assets - don't version them in Space
code_depth/assets/
code_edit/assets/
code_edit/example_data/
# Common big binaries
*.mp4
*.mov
*.avi
*.webm
*.mkv
*.safetensors
*.pth
*.pt
*.npz
*.exr
*.zip
*.tar
*.tar.gz
*.7z
# Node caches (if any)
node_modules/