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

# Development
.env
.ruff_cache/
.gitnexus

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
/output/
.bm/

# Local helper scripts (install hooks etc.) — never tracked
/scripts/

# Golden reference images — regenerated on demand via `check update`
# (the code is the source of truth, not the images)
src/quranmedialib/check/references/

# IDE files
.vscode/

# Other
.github/wiki

# Agent config / skills — not for distribution
CLAUDE.md
.claude/
