# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp
*.swo

# Claude Code agent state (worktree metadata + per-session settings)
.claude/

# Logs
*.log

# Node (for tooling)
node_modules/

# Python (for tooling / tests)
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
dist/
build/
*.egg-info/

# Dogfood state (gitignore by default; projects opt-in to committing it)
.agentic-rounds/

# Local-only references (huge, gitignored per arcgentic ref-first discipline)
references/
# But skill reference docs inside the plugin itself ARE tracked
!skills/*/references/
!skills/*/references/**
