# Keep the build context small — only ship what the API image needs.
.git
.github
.gitignore
dashboard
tests
benchmarks
docs
examples
site
dist
build
*.egg-info
__pycache__
**/__pycache__
.venv
venv
env
.pytest_cache
.ruff_cache
.mypy_cache
.coverage
htmlcov
node_modules
.env
.env.*
*.log
guardllm_project_plan.md
mkdocs.yml
CHANGELOG.md
CONTRIBUTING.md
SECURITY.md
