# cache
*.pyc
.cache
__pycache__

# dev/test
.venv*
.python-version
.tox

# build
*.egg-info
MANIFEST
build
dist

# ide
.idea
