__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

.venv/
venv/
env/

# agentpack:start
# AgentPack generated context/cache (safe to ignore)
.agentpack/*
!.agentpack/config.toml
.agentpack/cache/
.agentpack/snapshots/
.agentpack/context*
.agentpack/metrics.jsonl
.agentpack/pack_metadata.json
.agentpack/activity.log
.agentpack/.gitignore
.agentpack/.mcp_reminded
.agentpack/session.json
.agentpack/task.md
.agentpack/benchmark_results.jsonl
.agentignore
.agent/skills/agentpack/
.vscode/tasks.json
GEMINI.md
# agentpack:end
.pytest_cache/
.mypy_cache/
.ruff_cache/

*.dist-info/
