.git
.agents
.codex
/resources/*
!/resources/memory/
!/resources/memory/**
!/resources/agents/
!/resources/agents/**
!/resources/tools/
!/resources/tools/**
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.md
!README.md
# Required by scripts/release_check.py, which the test suite runs.
!CHANGELOG.md
