.gitignore 494 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Python
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. *.so
  6. .Python
  7. build/
  8. develop-eggs/
  9. dist/
  10. downloads/
  11. eggs/
  12. .eggs/
  13. lib/
  14. lib64/
  15. parts/
  16. sdist/
  17. var/
  18. wheels/
  19. *.egg-info/
  20. .installed.cfg
  21. *.egg
  22. # IDE
  23. .kimi/
  24. .vscode/
  25. .idea/
  26. *.swp
  27. *.swo
  28. # Data files
  29. *.csv
  30. *.png
  31. *.pdf
  32. *.tar.gz
  33. *.ris
  34. # Logs
  35. *.log
  36. # Local config
  37. .openclaw/
  38. # Embedded project runtime artifacts
  39. index-rotation/.venv/
  40. index-rotation/.codex/
  41. index-rotation/.codex-orchestrator/
  42. # Windows reserved device name
  43. NUL
  44. nul
  45. research/NUL
  46. research/nul