|
@@ -1,21 +1,82 @@
|
|
|
-# Dependencies
|
|
|
|
|
-node_modules/
|
|
|
|
|
-pnpm-lock.yaml
|
|
|
|
|
|
|
+# ---> Python
|
|
|
|
|
+# Byte-compiled / optimized / DLL files
|
|
|
|
|
+__pycache__/
|
|
|
|
|
+*.py[cod]
|
|
|
|
|
+*$py.class
|
|
|
|
|
+logs
|
|
|
|
|
|
|
|
-# Vite
|
|
|
|
|
-.vite/
|
|
|
|
|
|
|
+
|
|
|
|
|
+# C extensions
|
|
|
|
|
+*.so
|
|
|
|
|
+
|
|
|
|
|
+# Distribution / packaging
|
|
|
|
|
+.Python
|
|
|
|
|
+env/
|
|
|
|
|
+build/
|
|
|
|
|
+develop-eggs/
|
|
|
dist/
|
|
dist/
|
|
|
-*.local
|
|
|
|
|
|
|
+downloads/
|
|
|
|
|
+eggs/
|
|
|
|
|
+.eggs/
|
|
|
|
|
+lib/
|
|
|
|
|
+lib64/
|
|
|
|
|
+parts/
|
|
|
|
|
+sdist/
|
|
|
|
|
+var/
|
|
|
|
|
+*.egg-info/
|
|
|
|
|
+.installed.cfg
|
|
|
|
|
+*.egg
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+# PyInstaller
|
|
|
|
|
+# Usually these files are written by a python script from a template
|
|
|
|
|
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
|
+*.manifest
|
|
|
|
|
+*.spec
|
|
|
|
|
+
|
|
|
|
|
+# Installer logs
|
|
|
|
|
+pip-log.txt
|
|
|
|
|
+pip-delete-this-directory.txt
|
|
|
|
|
+
|
|
|
|
|
+# Unit test / coverage reports
|
|
|
|
|
+htmlcov/
|
|
|
|
|
+.tox/
|
|
|
|
|
+.coverage
|
|
|
|
|
+.coverage.*
|
|
|
|
|
+.cache
|
|
|
|
|
+nosetests.xml
|
|
|
|
|
+coverage.xml
|
|
|
|
|
+*,cover
|
|
|
|
|
|
|
|
-# Environment
|
|
|
|
|
-.env
|
|
|
|
|
-.env.local
|
|
|
|
|
-.env.*.local
|
|
|
|
|
|
|
+# Translations
|
|
|
|
|
+*.mo
|
|
|
|
|
+*.pot
|
|
|
|
|
+*.pdf
|
|
|
|
|
+*.docs
|
|
|
|
|
+*.doc
|
|
|
|
|
+# Django stuff:
|
|
|
|
|
+*.log
|
|
|
|
|
+langfuse/
|
|
|
|
|
+# Sphinx documentation
|
|
|
|
|
+docs/_build/
|
|
|
|
|
|
|
|
-# IDE
|
|
|
|
|
-.vscode/
|
|
|
|
|
-.idea/
|
|
|
|
|
|
|
+# PyBuilder
|
|
|
|
|
+target/
|
|
|
|
|
|
|
|
-# OS
|
|
|
|
|
-.DS_Store
|
|
|
|
|
-Thumbs.db
|
|
|
|
|
|
|
+todo.md
|
|
|
|
|
+.design
|
|
|
|
|
+.claude
|
|
|
|
|
+.R&D
|
|
|
|
|
+temp/
|
|
|
|
|
+*.json
|
|
|
|
|
+test_rawdata/
|
|
|
|
|
+temp/AI审查结果.json
|
|
|
|
|
+mineru_temp/
|
|
|
|
|
+config/config.ini
|
|
|
|
|
+路桥/
|
|
|
|
|
+output/
|
|
|
|
|
+命令.txt
|
|
|
|
|
+/core/construction_review/component/doc_worker/utils/llm_client copy.py
|
|
|
|
|
+.venv/
|
|
|
|
|
+.project_optimization/
|
|
|
|
|
+plans/*
|