# Local-only project notes and assistant config -- never committed to this
# public repo, and never named here beyond the local filenames themselves.
CLAUDE.md
TODOS.md
BRANCH_PROTECTION.md
docs/branch-protection.md
docs/security-review-*.md

# Local agent-tooling state
.claude/

# Secrets, should never exist in this repo but guard anyway
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Node (npm shim)
node_modules/
npm-shim/dist/
npm-shim/node_modules/

# Local scratch scan/redaction output from manual testing
.releaseguard-scratch/

# OS/editor
.DS_Store
*.swp
