.agentledger/
*.db
*.sqlite
*.sqlite3

__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
*.pyd
$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
dist/
build/
*.egg-info/
.venv/
venv/
.env
.DS_Store
**/.DS_Store
node_modules/
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Local notes, research dumps, and generated reports that should not ship.
.claude/
AI_Agent_Runtime_开源项目构想.md
*.pdf
*.docx
*.pptx
*.pages
*.key
evidence/
evidence*.html
time-travel*.html

# Local external installer/download artifacts.
rce

# Rust build outputs.
target/
**/target/
# Local transient files
*.tmp
*.log
*.bak
*.swp
*.swo
*.orig

# Python/pytest leftovers not always covered by tool output
.coverage.*
htmlcov/
.ipynb_checkpoints/

