# The build needs pyproject.toml, README.md, and src. Everything else is context the
# daemon would copy for nothing, and one entry here keeps a real secret out.

.env

.git
.github
.gitignore
.kiro

.venv
.uv
.ash
__pycache__
*.py[cod]
*.egg-info
build
dist

.coverage
coverage.xml
.pytest_cache
.ruff_cache

tests
scripts
hooks

Dockerfile
docker-compose.yml
.dockerignore

AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEPLOYMENT.md
LICENSE
banner.png
codecov.yml
glama.json
uv.lock
