# Keep the build context tiny — Docker copies the whole context to the
# daemon, and we only actually need pyproject.toml + adrift/ + LICENSE +
# README.md. Everything else is filtered here.
.git
.github
.gitnexus
.adrift
.adrift-pipeline-test*
.venv
.uv
venv
env
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.ruff_cache
.pytest_cache
.coverage
.coverage.*
htmlcov
dist
build
*.egg-info
.eggs
tests
docs
examples
scripts
assets
CHANGELOG.md
CONTRIBUTING.md
AGENTS.md
CLAUDE.md
*.png
*.svg
*.excalidraw
*.lock
uv.lock
