https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 65cf4c2eee6aa7015005abff5eb9eb0737a2097b authored by pymc-bot on 31 July 2023, 07:03:59 UTC
⬆️ UPGRADE: Autoupdate pre-commit config
Tip revision: 65cf4c2
.gitignore
*.pyc
*.sw[op]
examples/*.png
nb_examples/
nb_tutorials/
build/*
dist/*
*.egg-info/
.ipynb_checkpoints
tmtags
tags
.DS_Store
.cache
# IntelliJ IDE
.idea
*.iml

# Sphinx
_build
docs/_build
docs/build
docs/jupyter_execute
docs/.jupyter_cache
docs/**/generated/*

# Merge tool
*.orig

# Docker development
# notebooks/

# air speed velocity (asv)
benchmarks/env/
benchmarks/html/
benchmarks/results/
.pytest_cache/

# Visual Studio / VSCode
.vs/
.vscode/
.mypy_cache

pytestdebug.log
.dir-locals.el
.pycheckers

# Codespaces
pythonenv*
env/
venv/
.venv/
back to top