# Rust
target/
**/*.rs.bk

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

# MkDocs build output + Material social-card cache
site/
.cache/

# Snap build artifacts
stage/
prime/
parts/
overlay/
*.snap

# Editor / OS
.vscode/
.idea/
.cursor/
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*
*.key
*.pem
*.crt
*.p12
*.pfx

# Logs / databases
*.log
*.db

# ─────────────────────────────────────────────────────────────────────────────
# PRIVATE / INTERNAL MATERIALS — NEVER PUBLISH
# This repo is the single source of truth. The paths below live in the working
# tree so they can be edited locally, but must never be committed/pushed.
# (Enforced twice: here, and by the pre-commit guard in .git/hooks/pre-commit.)
# ─────────────────────────────────────────────────────────────────────────────

# AI / assistant tooling
.claude/
CLAUDE.md
GEMINI.md
# AGENTS.md is deliberately NOT ignored: unlike CLAUDE.md it holds no private
# config, it is the public agents.md contributor standard that coding agents read.
.superpowers/
.playwright-mcp/
.mcp.json
mcp.json
.cursor/
.run/

# Internal developer docs & working notes (see "Three Documentation Tiers")
design/
research/
notes/
drafts/
vision/
paper/
.craft/

# Private-only docs — deliberately not published (were p2p [exclude]).
# Delete a line here to publish that doc.
# architecture.md, roadmap.md, how-to/, diagrams/ are now PUBLISHED on the
# MkDocs documentation site (see mkdocs.yml) — unblocked here and in the
# pre-commit hook. The master-reference PDF stays private (heavy binary).
docs/yazses-complete-reference.pdf

# Retired p2p sync metadata (kept local; project no longer uses p2p)
.p2p.toml
.p2p-manifest.json
.p2p-history.jsonl
.p2p-baseline.json
.p2p-undo/

# Extra secret belt-and-suspenders
*.local
id_rsa
id_rsa.*
id_ed25519
id_ed25519.*
secrets/
credentials/
