# Keep .git: setuptools_scm derives the package version from it at build time.

# Virtualenvs and local tooling caches
.venv/
.direnv/
.tox/
.pytest_cache/
.mutmut-cache
__pycache__/
*.pyc

# Build artifacts and local runtime/scratch state
docs/_build/
tmp/
.data/
old-events/
*.log
