__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
# CI points PIP_CACHE_DIR here, because GitLab requires cache paths to live inside
# the project directory. It must never reach a commit or an sdist.
.cache/
.coverage
htmlcov/
*.so
.env
docker/.env
.venv/
venv/
notebooks/.ipynb_checkpoints/
.ipynb_checkpoints/
