# Compiled python modules.
*.pyc

# Byte-compiled
_pycache__/
.cache/

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

# PyPI distribution artifacts.
build/
dist/

# Sublime project files
*.sublime-project
*.sublime-workspace

# Tests
.pytest_cache/

# Other
*.DS_Store
