/target
# Standalone example crate (not a workspace member) builds here
examples/apalis-poc/target/
/docs-site
# WASI artifacts (build per docs/WASM_TOOLS.md)
wasm/*.wasm
.venv/
.env
.env.*
!.env.example
!.env.minimal
sessions/
logs/
docs/mabel-timing-capture.txt
_story1_tool/
ChumpMenu/.build/
ChumpMenu/ChumpMenu.app/
.fastembed_cache/
# Claude Code local worktrees and runtime files (never commit)
# Use .claude/* (not .claude/) so we can re-include settings.json below
.claude/*
!.claude/settings.json

# Agent path-lease files (runtime only; never commit)
.chump-locks/

# SQLite gap store — binary DB is not committed; only the .sql dump is tracked
.chump/state.db
.chump/state.db-shm
.chump/state.db-wal

# Post-ship sentinel (INFRA-BOT-MERGE-LOCK) — worktree-local, never commit
.bot-merge-shipped

# Cursor IDE: ignore local state; team rules live in .cursor/rules/ (tracked)
.cursor/*
!.cursor/rules/
!.cursor/rules/**
chump-brain/
django_api/
patches/
hello.txt
target-android/

# Local tarballs from scripts/cleanup-repo.sh (optional)
archive/
# Track superseded-branch docs (not runtime tarballs)
!docs/archive/
!docs/archive/**


e2e/node_modules/
e2e-tauri/node_modules/

e2e/test-results/
e2e/playwright-report/
e2e/blob-report/

# Generated white papers (optional: remove this line to commit PDFs)
dist/white-papers/

# Config directory may contain secrets (API keys, prod credentials) — never commit
config/

# Secrets / private keys (INFRA-018) — never commit
secrets/
*.key
*.pem

# Local build outputs under wasm/ (root /target is already ignored)
wasm/calc-wasm/target/
wasm/text-wasm/target/

# Python
**/__pycache__/
*.pyc

# macOS
.DS_Store

# Added by cargo
#
# already existing elements were commented out

#/target

# Antigravity workspace clone (nested duplicate of repo)
# Anchored to repo root so legitimate subdir names like registry-submission/chump/ aren't matched
/chump/


# Dead submodule directories (Antigravity cleanup deletes these from repo,
# but local filesystems may still have them)
repos/repairman29_beast-mode
repos/repairman29_chump-chassis

acp_sessions/

# Agent path-lease files (src/agent_lease.rs, docs/AGENT_COORDINATION.md).
# Lock files are per-session, RFC3339-stamped, and expire locally — they
# must never land in git. One leaked lock file on main pollutes every
# agent's working tree on pull and never expires (the "live lease" check
# in the pre-commit hook would then block legitimate edits from whichever
# session doesn't match the committed session_id).
.chump-locks/

# JetBrains IDEs (IntelliJ IDEA, RustRover, etc.)
.idea/
*.iml
