__pycache__/
*.pyc
.pytest_cache/

# Build artefacts (hatchling / python -m build)
dist/
build/
*.egg-info/

# Local config (gitignored except the example)
config/*
!config/config.example.toml

# Agent-only material — kept on local disk, never tracked in git
.claude/
AGENTS.md
CLAUDE.md
docs/agents/
experiments/

# Misc
_external_sources/

# Local environments and editor / OS junk
.venv/
.env
.envrc
.DS_Store
*.swp
.idea/
.vscode/
