# Virtual environment (named agentic_flow by project convention).
agentic_flow/

# Secrets and local config.
.env
*.env.local

# Generated databases, run artifacts, and local results.
*.duckdb
*.duckdb.wal
.ledgerbench/
benchmark/results/local/
*.jsonl.trace

# Python build/test/type/lint caches and artifacts.
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# OS / editor noise.
.DS_Store
*.swp
.idea/
.vscode/

# Operating manual for the AI agent; kept local by owner decision.
CLAUDE.md

# Personal Claude Code permission overrides (machine-local, never committed).
.claude/settings.local.json
