.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/

# Never commit credentials. .env.example is the template.
.env

# The anonymization audit log (llm_prompts.log) is a runtime artifact and can
# contain personal data — never commit it. Its export and the compliance report
# are generated on demand.
llm_prompts.log
dsgvo_compliance_report.txt

# The DSGVO plausibility checker's runtime artifacts: audit log and
# auto-generated compliance report.
gdpr_check.log
gdpr_compliance_report.json

# Personal Claude Code settings; the shared ones belong in .claude/settings.json.
.claude/*.local.json
.claude/
