# 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
.claude/

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

# Empty placeholder kept around from earlier iterations
images/
