1# Byte-compiled / optimized / DLL files 2__pycache__/ 3*.py[cod] 4*$py.class 5 6# Distribution / packaging 7.Python 8build/ 9develop-eggs/ 10dist/ 11downloads/ 12eggs/ 13.eggs/ 14lib/ 15lib64/ 16parts/ 17sdist/ 18var/ 19wheels/ 20pip-wheel-metadata/ 21share/python-wheels/ 22*.egg-info/ 23.installed.cfg 24*.egg 25MANIFEST 26 27# Unit test / coverage reports 28htmlcov/ 29.tox/ 30.nox/ 31.coverage 32.coverage.* 33.cache 34nosetests.xml 35coverage.xml 36*.cover 37*.py,cover 38.hypothesis/ 39.pytest_cache/ 40 41# Environments 42.env 43.venv 44env/ 45venv/ 46ENV/ 47env.bak/ 48venv.bak/ 49 50# mypy 51.mypy_cache/ 52.dmypy.json 53dmypy.json 54 55# Pyre type checker 56.pyre/ 57 58# Pycharm 59.idea/ 60 61# VSCode 62.vscode/ 63