__pycache__/
*.pyc
.venv/
venv/
.env
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# autosentry runtime artifacts (in repos that use it)
.autosentry/logs/
.autosentry/state.json
.autosentry/slack_outbox.jsonl
.autosentry/slack_responses.json
