# Python *.pyc __pycache__/ *.pyo *.pyd # Virtual Environment venv/ env/ env.bak/ env1/ env2/ .env # IDEs and Editors .idea/ *.sublime-project *.sublime-workspace # Dependency directories env/ lib/ libs/ lib64/ build/ dist/ egg-info/ pip-wheel-metadata/ *.egg-info/ *.egg *.whl # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Testing .pytest_cache/ .coverage .tox/ .nox/ .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ .coverage .tox/ .nox/ .cache pip-log.txt pip-delete-this-directory.txt htmlcov/ dist/ docs/_build/ target/ .ipynb_checkpoints # Translations *.mo *.pot # Django *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask instance/ .webassets-cache # Scrapy .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints/ # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv .Pipfile.lock # celery beat schedule file celerybeat-schedule # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ temp_data