.gitignore 113 B

12345678910
  1. .venv/
  2. __pycache__/
  3. *.py[cod]
  4. *.egg-info/
  5. .pytest_cache/
  6. .coverage
  7. htmlcov/
  8. .env
  9. data/*.db
  10. infra/milvus/volumes/