From da51c86e494c398e36821f91960d6d36c902301c Mon Sep 17 00:00:00 2001 From: "mula.liu" Date: Tue, 9 Dec 2025 00:35:28 +0800 Subject: [PATCH] 0.0.9 --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8950b5f9 --- /dev/null +++ b/.gitignore @@ -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