__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/

.venv/
venv/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.import_linter_cache/

.coverage
htmlcov/
coverage.xml

*.log

# Captured byte fixtures from local cores — keep small ones in repo, ignore big ones.
captures/
