31 lines
281 B
Text
31 lines
281 B
Text
# 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
|
|
venv*
|
|
.python-version
|
|
|
|
*wheel-store*
|
|
|
|
Dockerfile*
|
|
.dockerignore
|