# Client and payroll data never belongs in this repo. Character classes
# because git only folds extension case when core.ignorecase is set, which
# is false on Linux: Payrun.CSV would otherwise slip through.
*.[aA][bB][aA]
*.[xX][lL][sS]
*.[xX][lL][sS][xX]
*.[qQ][iI][fF]
*.[oO][fF][xX]
*.[pP][dD][fF]
*.[cC][sS][vV]
/practitioner-review.md
!examples/*.csv
!tests/fixtures/importers/*.csv

# Python
__pycache__/
*.py[cod]
.venv/
venv/
env/
build/
dist/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/

# Editors and OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Claude Code local state
.claude/settings.local.json

# Agent working notes, never part of the shipped tool
.superpowers/
