# Keep the build context small and free of secrets/state.
.git
.github
.venv
venv
env
__pycache__
**/__pycache__
*.pyc
.pytest_cache
.mypy_cache
.ruff_cache
htmlcov
.coverage*
tests
docs
data
logs
*.env
.env
!.env.example
*.pdf
*.tex
THIRD_PARTY_LICENSES.md
