25 lines
285 B
Plaintext
25 lines
285 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Raw data and generated outputs
|
|
data/raw/
|
|
work/
|
|
outputs/
|
|
*.rscap
|
|
*.dorec
|
|
*.log
|
|
|
|
# Large generated point clouds outside the archived reference result
|
|
**/frames/
|
|
**/frames_all/
|