pysnmp-sky/.gitignore

32 lines
288 B
Plaintext
Raw Permalink Normal View History

2017-10-26 13:56:42 +02:00
# Python stuff
2016-03-16 07:59:10 +01:00
*.pyc
__pycache__
# vim swapfiles
*.sw?
# python packaging
MANIFEST
dist/
build/
*.egg-info/
# PyCharm stuff
.idea/
2017-10-26 13:56:42 +02:00
# Sphinx template
docs/source/.templates/layout.html
# Eclipse stuff
.project
.pydevproject
2017-10-26 13:56:42 +02:00
# Virtual envs
venv*
# Tox
.tox/
2018-02-09 20:24:54 +01:00
# Pyenv
.python-version