File: .gitignore

package info (click to toggle)
python-web-poet 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 908 kB
  • sloc: python: 6,112; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
.coverage
/coverage.xml
.mypy_cache/
.tox/
dist/
htmlcov/
docs/_build
*.egg-info/
__pycache__/
build/
.idea/