summit/.gitignore

50 lines
576 B
Plaintext

# Node.js
node_modules/
dist/
build/
.env.local
.vercel/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.pnpm-store/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
.pytest_cache/
.coverage
.mypy_cache/
.ipynb_checkpoints/
# IDEs
.idea/
.vscode/
.DS_Store
# OS generated files
.DS_Store
.Trashes
ehthumbs.db
Thumbs.db
# Project specific
# Backend generated files
backend/upload/tiles/
backend/upload/shapes/
# Backend environment variables
backend/.env
# Data processing outputs
data/raw/*.tif
data/raw/*.zip
data/raw/*.hgt