.gitignore 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .learning/
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .coverage
  39. .coverage.*
  40. .cache
  41. nosetests.xml
  42. coverage.xml
  43. *,cover
  44. # Translations
  45. *.mo
  46. *.pot
  47. *.pdf
  48. *.docs
  49. *.doc
  50. # Django stuff:
  51. *.log
  52. langfuse/
  53. # Sphinx documentation
  54. docs/_build/
  55. # PyBuilder
  56. target/
  57. todo.md
  58. .design
  59. .claude
  60. .R&D
  61. .RaD
  62. temp/
  63. test_rawdata/
  64. temp/AI审查结果.json
  65. mineru_temp/
  66. config/config.ini
  67. 路桥/
  68. output/
  69. 命令.txt
  70. /core/construction_review/component/doc_worker/utils/llm_client copy.py
  71. .venv/
  72. .project_optimization/
  73. plans/*