# python build + env artifacts (this dir is intentionally not a git repo yet,
# but keeping this here means a later `git init` stays clean).
.venv/
*.egg-info/
__pycache__/
*.pyc
dist/
build/
.pytest_cache/
