pysnmp-sky/.gitignore

16 lines
143 B
Plaintext

*.pyc
__pycache__
# vim swapfiles
*.sw?
# python packaging
MANIFEST
dist/
build/
*.egg-info/
docs/source/.templates/
# PyCharm stuff
.idea/