# Pycharm cache files
**/.cache/*
**/.idea/*
**/.pytest_cache/*
**/tests/__pycache__/*

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

# Jupyter Notebook
**/.ipynb_checkpoints

# IPython
**/profile_default/
**/ipython_config.py

# Compiled python modules.
**/*.pyc

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# Metadata
**/.DS_Store

# Build folder
**/build/*
**/eggs/
**/.eggs/

# Dist folder
**/dist/

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

# Spyder project settings
**/.spyderproject
**/.spyproject

# Documentation
**/docsrc/_build/
