.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # macOS Files
  2. .DS_Store
  3. # Byte-compiled / optimized / DLL files
  4. __pycache__/
  5. **/__pycache__/
  6. *.py[cod]
  7. *$py.class
  8. # C extensions
  9. *.so
  10. # Distribution / packaging
  11. .Python
  12. build/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. wheels/
  24. share/python-wheels/
  25. *.egg-info/
  26. .installed.cfg
  27. *.egg
  28. MANIFEST
  29. # PyInstaller
  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. .nox/
  39. .coverage
  40. .coverage.*
  41. .cache
  42. nosetests.xml
  43. coverage.xml
  44. *.cover
  45. *.py,cover
  46. .hypothesis/
  47. .pytest_cache/
  48. cover/
  49. # Translations
  50. *.mo
  51. *.pot
  52. # Django stuff:
  53. *.log
  54. local_settings.py
  55. db.sqlite3
  56. db.sqlite3-journal
  57. # Flask stuff:
  58. instance/
  59. .webassets-cache
  60. # Scrapy stuff:
  61. .scrapy
  62. # Sphinx documentation
  63. docs/_build/
  64. # PyBuilder
  65. .pybuilder/
  66. target/
  67. # Jupyter Notebook
  68. .ipynb_checkpoints
  69. # IPython
  70. profile_default/
  71. ipython_config.py
  72. # pdm
  73. .pdm.toml
  74. .pdm-python
  75. .pdm-build/
  76. # PEP 582
  77. __pypackages__/
  78. # Celery stuff
  79. celerybeat-schedule
  80. celerybeat.pid
  81. # SageMath parsed files
  82. *.sage.py
  83. # Environments
  84. .env
  85. .venv
  86. env/
  87. venv/
  88. ENV/
  89. env.bak/
  90. venv.bak/
  91. .venv39
  92. .venv_res
  93. # Local agent state
  94. .codex/requirements-ledger/
  95. # Spyder project settings
  96. .spyderproject
  97. .spyproject
  98. # Rope project settings
  99. .ropeproject
  100. # mkdocs documentation
  101. /site
  102. # mypy
  103. .mypy_cache/
  104. .dmypy.json
  105. dmypy.json
  106. # Pyre type checker
  107. .pyre/
  108. # pytype static type analyzer
  109. .pytype/
  110. # Cython debug symbols
  111. cython_debug/
  112. # PyCharm
  113. .idea/
  114. # Ruff stuff:
  115. .ruff_cache/
  116. # PyPI configuration file
  117. .pypirc
  118. .aider*
  119. # Logs
  120. logs
  121. npm-debug.log*
  122. yarn-debug.log*
  123. yarn-error.log*
  124. dev-debug.log
  125. # Dependency directories
  126. node_modules/
  127. package-lock.json
  128. # Environment variables
  129. # Editor directories and files
  130. .idea
  131. .vscode
  132. *.suo
  133. *.ntvs*
  134. *.njsproj
  135. *.sln
  136. *.sw?
  137. # OS specific
  138. # Task files
  139. tasks.json
  140. tasks/
  141. # Custom Ignores
  142. /scripts/
  143. /references/
  144. # Vector store directories (contain environment-specific OpenAI IDs)
  145. *_vs_*/
  146. # Temporary file_search directories
  147. file_search_*/
  148. # Agency Swarm visualization outputs
  149. agency_*.html
  150. agency_*.png
  151. agency_*.json
  152. *_visualization.html
  153. debug_agency_data.json
  154. .taskmaster/
  155. .agency_swarm/
  156. .claude/worktrees/
  157. work_context.md