__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/session-events.jsonl
.agentpack/pack_metadata.json
.agentpack/pack-registry.json
.agentpack/learning.md
.agentpack/daily-summary.md
.agentpack/skills-progress.json
.agentpack/agent-lessons.md
.agentpack/learning.prompt.md
.agentpack/pr-learning-comment.md
.agentpack/learning-dashboard.html
.agentpack/team-lessons.md
.agentpack/learning-feedback.jsonl
.agentpack/ranking-feedback.jsonl
.agentpack/learning-inputs.json
.agentpack/activity.log
.agentpack/.gitignore
.agentpack/.mcp_reminded
.agentpack/session.json
.agentpack/task.md
.agentpack/benchmark_results.jsonl
.agentpack/loop_state.json
.agentpack/progress.md
.agentpack/loop_events.jsonl
.agentpack/loop_failures.jsonl
.agent/skills/agentpack/
.agentignore
# agentpack:end
.pytest_cache/
.mypy_cache/
.ruff_cache/

*.dist-info/
