unplugged-system/external/python/pyasn1-modules/.gitignore

18 lines
149 B
Plaintext

*.pyc
__pycache__
# vim swapfiles
*.sw?
# virtual environment
.venv/
# python packaging
MANIFEST
dist/
build/
*.egg-info/
# Pycharm stuff
.idea/