# Build context is the repository root (see docker-compose.yml). Keep it
# lean: venvs, caches, Rust build output and tests are not needed to build
# the image.
.git/
.gitignore
.env
.env.example
**/.venv/
**/__pycache__/
*.pyc
*.pyo
*.egg-info/
.mypy_cache/
.pytest_cache/
web/target/
web/dist/
server/tests/
docker-compose.yml
opencode.json
