# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv*/
.env
.venv

# Build artifacts
build/
dist/

# IDE
.vscode/
.idea/

# Input videos (heavy binaries, keep the folder via .gitkeep)
data/*
!data/.gitkeep
!data/README.md

# Runtime outputs (regenerated by the pipeline)
outputs/
*.pkl
*.npy
*.ply
!pruebas1/*.ply

# OS noise
.DS_Store
Thumbs.db
