# ── Rust build artefacts ─────────────────────────────────────────────────────
target/
*.bin
*.bin.bak*

# ── Secrets / private context (NEVER commit) ─────────────────────────────────
.env
CLAUDE.md
CLAUDE.local.md
DECISION-LOG.md
*.pem
*.key

# ── Private / proprietary crates ─────────────────────────────────────────────
crates/aevum-agi/

# ── Deploy helpers (contain host-specific paths) ─────────────────────────────
deploy/*.plist

# ── Logs and runtime state ───────────────────────────────────────────────────
*.log
*.jsonl
*.ledger
.aevum/

# ── Python legacy (prototype, pre-dates Rust rewrite) ────────────────────────
__pycache__/
*.pyc
.venv/
aevum_backup.py
aevum_gateway.py
aevum_ledger_udp.py
aevum_ui.py
tokio_clearinghouse/

# ── Documentation working files ──────────────────────────────────────────────
doc/

# ── macOS / IDE ───────────────────────────────────────────────────────────────
.DS_Store
.obsidian/
.qwen/

# ── Misc workspace state ──────────────────────────────────────────────────────
agi_workspace/
candidate_pool/
processing_factory/
state_vault/
checkpoint.txt
src/main.rs

# ── Internal strategy docs (not public) ───────────────────────────────────────
EXEC-*.md
PATCH-*.md
STRATEGY-*.md

# ── TypeScript crates (not part of Rust workspace) ────────────────────────────
crates/pacr-types-ts/

# ── agent-card standalone repo files (separate GitHub repo) ───────────────────
crates/agent-card/.github/
crates/agent-card/.well-known/
crates/agent-card/.gitignore
crates/agent-card/CNAME
crates/agent-card/FROZEN.md
crates/agent-card/LICENSE
crates/agent-card/README.md
crates/agent-card/SPEC-CAUSAL-TOPOLOGY.md
crates/agent-card/index.html
crates/agent-card/validators/

# ── Legacy prototypes (pre-dates Phase 0 rewrite) ────────────────────────────
crates/aevum-core/genesis/
crates/aevum-core/ledger-core/
crates/aevum-core/tokio_clearinghouse/
crates/aevum-core/*_lib.rs
crates/aevum-core/snapshot.sh
crates/aevum-core/src/main_legacy.rs
