mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-11 17:56:26 +00:00
13 lines
134 B
Text
13 lines
134 B
Text
# execution artefacts
|
|
*.swp
|
|
*.pyc
|
|
.coverage
|
|
|
|
# dist artefacts
|
|
build/
|
|
dist/
|
|
ovh.egg-info/
|
|
*.egg
|
|
|
|
# documentation artefacts
|
|
docs/_build
|