Files
insar-management-system-v2/.gitignore
T
Harmon 5a0623fd9b refactor(frontend): canonicalize active panel files
- replace rewrite/clean transitional panel files with canonical filenames

- update imports and navigation architecture notes to match runtime truth

- ignore local .codex_tmp workspace artifacts
2026-04-27 08:05:10 +08:00

64 lines
804 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
.codex_tmp/
# Large local datasets / installers
Data/
配置包/