python-ovh/.gitignore
Jean-Tiare Le Bigot a89a8d95e2 fix: (regression) body boolean must be sent as boolean (#34)
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2016-07-18 10:15:04 +02:00

13 lines
134 B
Text

# execution artefacts
*.swp
*.pyc
.coverage
# dist artefacts
build/
dist/
ovh.egg-info/
*.egg
# documentation artefacts
docs/_build