Files
pillar-python-sdk/.gitignore
Sybren A. Stüvel 7e5f399ce9 Renamed the pypi package from pillar-sdk to pillarsdk
Now the package on pypi is named the same as the Python package, i.e.
the package is stored in '{name}-blah.whl' and
'import {name}' works for the same name='pillarsdk'.
2016-05-03 12:22:48 +02:00

12 lines
123 B
Plaintext

*.pyc
.*.swp
*.sublime-project
*.sublime-workspace
/dist/
/build/
MANIFEST
/.coverage
/.cache/
/.tox/
/pillarsdk.egg-info/