| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # API-KEY
- .env
- # Python
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- build/
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- wheels/
- *.egg-info/
- .installed.cfg
- *.egg
- # Virtual environments
- venv/
- ENV/
- env/
- .venv/
- # IDE
- .idea/
- .vscode/
- *.swp
- *.swo
- *~
- CLAUDE.md
- .claude/
- # Testing
- .pytest_cache/
- .coverage
- htmlcov/
- .tox/
- .nox/
- # Misc
- .DS_Store
- Thumbs.db
- .env
- debug.log
- info.log
- .cache
- output
- # Debug output
- .trace/
- .trace_test/
- .trace_test2/
- examples/**/output*/
- frontend/htmlTemplate/mock_data
- frontend/react-template/yarn.lock
- # data
- knowhub/knowhub.db
- knowhub/knowhub.db-shm
- knowhub/knowhub.db-wal
- # Milvus data
- knowhub/milvus_data/
|