# Compiled python modules.
*.pyc

# Byte-compiled
_pycache__/
.cache/
.idea/

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

# PyPI distribution artifacts.
build/
dist/

# Tests
.pytest_cache/

# Other
*.DS_Store
