# Private agent config. No trailing slash: `dotagents link-project` makes .agents
# a symlink, which git treats as a file, so a directory-only `.agents/` would not
# match it. The design log lives INSIDE .agents/dotagents/ and is private like
# every other project's (D61, reversing D56); CHANGELOG.md cites no D-numbers.
.agents
*.local.md
CLAUDE.local.md
.claude/

# Python
__pycache__/
*.py[cod]
*.egg-info/
src/*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/

# dotagents CLI package build artifacts (release artifacts, not committed)
dist/
*.pyz
.venv/
.venv-test/

# MkDocs build output
site/

# OS/editor
.DS_Store
Thumbs.db
.idea/
.vscode/
_staging/
