__pycache__/
*.py[oc]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
dist/
build/
*.egg-info/
.venv/
site/
benchmark-results/
RELEASE_REVIEW.md
README_LOCAL.md
src/fast_vollib/_version.py
docs/assets/generated
docs/assets/branding
notebooks/wrds_iv_accuracy.ipynb
notebooks/wrds_iv_accuracy_dev.ipynb
notebooks/fast_vollib_experiments_dev.ipynb
# `.venv/` matches a directory only. On HPC hosts the env is often created on a
# fast/large filesystem and `.venv` is a symlink to it, which needs a bare rule.
.venv
.dev

# macOS finder cruft
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# Custom folder icons: the real file is "Icon\r", so match any 5-char Icon name
Icon?
