.claude/
.DS_Store
.env
*.swo
*.swp
/data
/local/
/reports-innerwarden/
/reports/
/target
docs/.DS_Store
docs/assets/screenshots/*copy*
docs/assets/screenshots/4A0525*
docs/assets/screenshots/IMG_*
trial-report-*.json
trial-report-*.md
crates/sensor-ebpf/target/
fuzz/Cargo.lock
fuzz/corpus/
fuzz/target/

# Build and temp artifacts
*.log
# Scenario fixtures are committed syslog-style text; spec 024 depends on
# them being tracked.
!testdata/scenarios/**/*.log
*.bak
*.pyc
__pycache__/
node_modules/
# Codex agent metadata
.agents/

# Claude agent/handbook docs — private to operator
CLAUDE.md
**/CLAUDE.md
.claude/
**/.claude/
.claude-local/
**/.claude-local/

# Project docs live in the GitHub wiki, not the repo
docs/
.specify/

# graphify knowledge graph (local-only, regenerable)
graphify-out/
