__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
dist/
build/
*.egg-info/

# VCSE generated integrity artifacts
examples/packs/**/manifest.json
examples/packs/**/pack_signature.json

# Promotion outputs
promoted_claims.jsonl
examples/packs/promoted_*

# Pack merge snapshots
examples/packs/*_snapshot_*/

# VCSE runtime stores
.vcse/runtime_stores/
*.csrf
*.proof.json
*.vcseidx
*.vcsebin
*.vcsemap
*.sqlite
*.sqlite-shm
*.sqlite-wal

# VCSE pipeline outputs
.vcse/pipeline_runs/
examples/packs/compiled_*_pipeline/
benchmarks/compiled_*_pipeline.jsonl

# Local datasets (intentionally not tracked)
/datasets/

# Internal directives and agent-control docs
docs/_internal/
*_directive.txt
*_directive.md
analysis-directive.txt

# Local VCSE generated artifacts
.vcse/
examples/packs/*_candidate_*
datasets/processed/
# test/optimizer artifacts
tests/**/pack.json

# compiled benchmark outputs
benchmarks/compiled_*.jsonl

# compiled example packs
examples/packs/compiled_*/

# Local-only agent manifests and operating contracts
# These files are intentionally not tracked or uploaded.
AGENTS.md
AGENT.md
CLAUDE.md
CLAUDE.local.md
GEMINI.md
GEMINI.local.md
MINIMAX.md
M2.7.md
AGENT_CERTIFICATION.md
AGENT_OPERATING_CONTRACT.md
.agent/
.agents/
.claude-local/
.codex-local/
.gemini-local/
.minimax-local/

# Local-only operator/project materials
superpowers/
**/superpowers/
BRANDING.md
branding.md
**/BRANDING.md
**/branding.md

# Internal engineering test tools (INTERNAL USE ONLY)
tools/_internal/

# Local Claude Code artifacts
.claude/
