# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment venv/ env/ ENV/ .env # IDEs and Editors .idea/ .vscode/ *.swp *.swo *~ # OS Generated Files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project Specific *.log config/*.local.yaml .cache/ .pytest_cache/ coverage.xml .coverage # Jupyter Notebooks .ipynb_checkpoints *.ipynb # Documentation docs/_build/