File: .gitignore

package info (click to toggle)
python-msrest 0.6.21-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 8,599; makefile: 8; sh: 1
file content (14 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__pycache__
env*
.venv
*.egg-info
.tox
.coverage
coverage.xml
*.pyc
.idea
build/
dist/
.cache
.pytest_cache
.mypy_cache