Codebase list pywinrm / 37c38e3f-982b-4453-9bb1-2c7d5d344240/main .gitignore
37c38e3f-982b-4453-9bb1-2c7d5d344240/main

Tree @37c38e3f-982b-4453-9bb1-2c7d5d344240/main (Download .tar.gz)

.gitignore @37c38e3f-982b-4453-9bb1-2c7d5d344240/mainraw · 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