first-aid-rag-assistant / .dockerignore
.dockerignore
Raw
# Exclude development and generated artefacts from the Docker image

# Python
.venv/
__pycache__/
*.py[oc]
*.egg-info/
build/
dist/

# Version control & IDE
.git/
.gitignore
.vscode/
.qodo/

# Dev tooling
.pytest_cache/
.benchmarks/
.python-version

# Notebooks (not needed at runtime)
notebooks/

# Large generated assets — created/downloaded at container startup
models/
sqlite/

# Secrets
.env