.venv
__pycache__
.hypothesis
.pytest_cache
.ipynb_checkpoints
*.ipynb
_version.py

# Build artifacts
dist/
build/
*.egg-info/

# Coverage
.coverage
htmlcov/
coverage.xml

# Lint / type-check caches
.ruff_cache/
.mypy_cache/
