# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Coverage / test results
.coverage
coverage.xml
htmlcov/
junit.xml
web/coverage/
web/junit.xml

# Virtual envs
.venv/
venv/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Claude Code session/worktree data — never commit. Project-shipped
# skills under .claude/skills/ are an explicit exception so they
# travel with the repo and are usable by anyone running Claude Code.
# (Uses the .claude/* wildcard form because a `.claude/` directory
# exclusion can't be re-included with a `!` rule.)
.claude/*
!.claude/skills/

# Downloaded card art (copyrighted by TPCi / pokemontcg.io). Local only.
output/images/

# Empty placeholder kept around from earlier iterations
images/
