# Visual Studio
.vs/

# C++ compilation
*.manifest
!.build/gui/*.manifest
src/bin/
bin/

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

# Local documentation and temporary files (calculation etc.)
docs/
tmp/
whl/

# Data folder
# data/

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
*.whl
.installed.cfg
*.egg
MANIFEST

# 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/
.testdata/output/
.testdata/*.log
cover/

# Scrapy stuff:
.scrapy

# Sphinx documentation
.docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints
.ipynb

# IPython
profile_default/
ipython_config.py

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
environment.yml

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/
