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

# autosentry — config + runtime all live under .autosentry/, so one entry
# ignores the whole tree (this is what `autosentry init` drops as
# .autosentry/.gitignore in repos that use it).
.autosentry/
