Ver código fonte

git忽略文件修改

lingmin_package@163.com 3 semanas atrás
pai
commit
b1473edb25
1 arquivos alterados com 77 adições e 16 exclusões
  1. 77 16
      .gitignore

+ 77 - 16
.gitignore

@@ -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/
-*.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/*