.gitignore 636 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # API-KEY
  2. .env
  3. # Python
  4. __pycache__/
  5. *.py[cod]
  6. *$py.class
  7. *.so
  8. .Python
  9. build/
  10. develop-eggs/
  11. dist/
  12. downloads/
  13. eggs/
  14. .eggs/
  15. lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. wheels/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. # Virtual environments
  25. venv/
  26. ENV/
  27. env/
  28. .venv/
  29. # IDE
  30. .idea/
  31. .vscode/
  32. *.swp
  33. *.swo
  34. *~
  35. CLAUDE.md
  36. .claude/
  37. # Testing
  38. .pytest_cache/
  39. .coverage
  40. htmlcov/
  41. .tox/
  42. .nox/
  43. # Misc
  44. .DS_Store
  45. Thumbs.db
  46. .env
  47. debug.log
  48. info.log
  49. .cache
  50. output
  51. # Debug output
  52. .trace/
  53. .trace_test/
  54. .trace_test2/
  55. examples/**/output*/
  56. frontend/htmlTemplate/mock_data
  57. frontend/react-template/yarn.lock
  58. # data
  59. knowhub/knowhub.db
  60. knowhub/knowhub.db-shm
  61. knowhub/knowhub.db-wal