Codebase list pywinrm / ce9b40a1-a633-454d-a131-73e82e14c027/upstream .gitignore
ce9b40a1-a633-454d-a131-73e82e14c027/upstream

Tree @ce9b40a1-a633-454d-a131-73e82e14c027/upstream (Download .tar.gz)

.gitignore @ce9b40a1-a633-454d-a131-73e82e14c027/upstreamraw · history · blame

# File artifacts which may by produced regular software on Windows, Mac OS X and Linux
Thumbs.db
.DS_Store
*.bak

# Unit test / coverage reports
.coverage
.cache

# JetBrains PyCharm configuration and working files
.idea

# Folder which should be used for temporary working files
/sandbox/

# Python virtual environment
/env/

# build outputs
/build/
/dist/
/pywinrm.egg-info/
/MANIFEST
*.py[co]
__pycache__
~temp/
*~

/winrm/tests/config.json
.pytest_cache
venv