# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Claude workflow scratch dirs
cf/
di/

# Rendered output
*.png
*.pdf
output/

# Generated reference images (`comicforge inspire`) — inspiration only, not assets
**/references/
*.prompt.txt
review.html

# API credentials for `comicforge inspire`
.env

# Source archive (redundant after flattening)
*.zip
