Files
insar-management-system-v2/.gitignore
T

63 lines
792 B
Plaintext

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Secrets / local env
.env
.env.*
!.env.example
frontend/.env
frontend/.env.*
backend/license/*
license-issuer/private_key.b64
license-issuer/*.lic
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/dist-ssr/
frontend/.vite/
*.local
# Runtime / generated outputs
.orbit_stage/
.start_process_probe/
.idl/
backend/.idl/
backend/tmp/
backend/runtime/
backend/image_cache/
backend/result_products/
nginx/temp/
experiments/**/scratch/
backend/quality_model.pkl
/_par_win_*.xls
# Large local datasets / installers
Data/
配置包/