__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/
.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.*
