# packaging
*.egg-info
build
dist
*.egg
.eggs

# python
*.py[codz]
*$py.class

# tools
.tox
.*_cache
.DS_Store

# IDE
.idea
.vscode

/docs/_draft.rst
/pip-wheel-metadata
/src/virtualenv/version.py
/src/virtualenv/out
.python-version

*wheel-store*

Dockerfile*
.dockerignore
