File: .gitignore

package info (click to toggle)
python-readme-renderer 44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 728 kB
  • sloc: python: 414; sh: 23; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
__pycache__/
_build/
build/
dist/
htmlcov/

.tox/
.cache/
.coverage
*.egg-info/
*.egg
*.eggs
*.py[co]
.pytest_cache/
.python-version

.idea/
.vscode/