# ContextLedger local data (never commit user corpus)
.contextledger/
~/.contextledger/

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

# Go
*.exe
*.test
*.out
/bin/
/vendor/

# uv
uv.lock.backup

# Node (in case of JS tooling)
node_modules/
.npm/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Secrets (defense in depth)
.env
.env.local
.env.*.local
*.key
*.pem

# Claude Code / AI assistant state
.claude/state/
.claude/cache/

# Build artifacts
/release/
*.tar.gz
