# Python / build
__pycache__/
*.egg-info/
dist/
build/

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/

# Type checking
.mypy_cache/

# Local credentials and config
.env
.mcp.json
/AGENTS.md

# Tool-local state
.claude/
.codex/
.vscode/
.DS_Store
CONTINUE.md

# Local backups
*.bak.*

# OpenProject source clones for the API source-check tool (tools/api-check/)
.op-sources/

# Internal review notes
SELF_REVIEW.md
