.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. logs
  7. # C extensions
  8. *.so
  9. # Distribution / packaging
  10. .Python
  11. env/
  12. build/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26. # PyInstaller
  27. # Usually these files are written by a python script from a template
  28. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  29. *.manifest
  30. *.spec
  31. # Installer logs
  32. pip-log.txt
  33. pip-delete-this-directory.txt
  34. # Unit test / coverage reports
  35. htmlcov/
  36. .tox/
  37. .coverage
  38. .coverage.*
  39. .cache
  40. nosetests.xml
  41. coverage.xml
  42. *,cover
  43. # Translations
  44. logs/
  45. *.mo
  46. *.pot
  47. *.pdf
  48. *.docs
  49. *.doc
  50. # Django stuff:
  51. *.log.*
  52. *.log
  53. langfuse/
  54. # Sphinx documentation
  55. docs/_build/
  56. # PyBuilder
  57. target/
  58. todo.md
  59. .design
  60. .claude
  61. .R&D
  62. temp/
  63. *.json
  64. test_rawdata/
  65. temp/AI审查结果.json
  66. mineru_temp/
  67. config/config.ini
  68. 路桥/
  69. output/
  70. 命令.txt
  71. /core/construction_review/component/doc_worker/utils/llm_client copy.py
  72. .venv/
  73. .project_optimization/
  74. plans/*