1# Compiled python modules. 2*.pyc 3*.so 4 5# Byte-compiled 6_pycache__/ 7.cache/ 8 9# Poetry, setuptools, PyPI distribution artifacts. 10/*.egg-info 11.eggs/ 12build/ 13dist/ 14poetry.lock 15 16# Tests 17.pytest_cache/ 18 19# Type checking 20.pytype/ 21 22# Other 23*.DS_Store 24 25# PyCharm 26.idea 27 28# pipenv 29Pipfile 30