__pycache__/
*.pyc
*.egg-info/
dist/
build/
.wesker/
.wesker-report.json
# Detective's analysis artifacts — Wesker is dogfooded with it (ARCHITECTURE §11),
# which drops reports/caches here. Regeneratable; never part of the package.
.detective/
.coverage
coverage.xml
.venv/

# Dev tooling caches (not part of the package)
.serena/
.claude/
.prism/
# LintGate's local session state — regeneratable, and some files carry absolute local paths.
# A published sdist shipped 737 of these once; it is packaging state, never source.
.lintgate/
.DS_Store

# Secrets. No .env exists here today — this is the GUARD, not a cleanup: an ignore rule
# added after the accident is added too late, and the file it protects against is the one
# nobody notices staging.
.env
.env.*
