quivr/backend/.dockerignore

15 lines
194 B
Plaintext
Raw Normal View History

**/.mypy_cache
**/__pycache__
*/.pytest_cache
**/__pycache__
**/.benchmarks/
**/.cache/
**/.pytest_cache/
**/.next/
**/build/
**/.docusaurus/
**/node_modules/
**/.venv/
**/.tox/
**/.tox-docker/