# Docker build context exclusions
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.git/
.gitignore
.dockerignore
.DS_Store
.env
.env.local
tests/
docs/
*.report.json
ornn_report_*.json
.factory/
