# Never commit real agent history. It contains repo paths, hostnames,
# client names and occasionally credentials.
*.jsonl
*.db
*.db-wal
*.db-shm
.agentlens/
history.json
# run.sh's pidfile/logfile — machine-local, never something to commit.
.agentlens.pid
.agentlens.log
# `agentlens export`/`report --html` output. Redacted, but still built from
# real personal usage — never something to commit by habit (`git add -A`).
audit.json
audit.html
!fixtures/**/*.jsonl

__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.DS_Store
.idea/
.vscode/
