main
mula.liu 2025-12-09 00:35:28 +08:00
parent eb63677c25
commit da51c86e49
1 changed files with 49 additions and 0 deletions

49
.gitignore vendored 100644
View File

@ -0,0 +1,49 @@
# 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