### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class


 Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.report.log

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# PyBuilder
target/

# Environments
# .env
.env/
.env
.venv/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*

# operating system-related files
*.DS_Store #file properties cache/storage on macOS
Thumbs.db #thumbnail cache on Windows
analysis/__pycache__/*
.local/*
.rstudio/*

.ipynb_checkpoints

# PyCharm
.idea/

# Sphinx autosummary outputs
docs/**/_autosummary/

\# unignore the web build
!/colrev/ui\_web/build
/.pre-commit-config-local.yaml
/.run/
