Pathora / .gitignore
malavikapradeep2001's picture
Deploy Pathora Viewer: tile server, viewer components, and root app.py (#1)
1ff1e61
# Ignore generated outputs and binaries
backend/outputs/
backend/tile_server/data/uploads/
# Node / frontend build artefacts (kept for safety alongside frontend/.gitignore)
node_modules/
dist/
dist-ssr/
# Python cache
__pycache__/
*.py[cod]
# Jupyter
.ipynb_checkpoints/
# OS files
.DS_Store
Thumbs.db