File: .gitignore

package info (click to toggle)
pytest-repeat 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 116 kB
  • sloc: python: 301; sh: 12; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
__pycache__
.cache
.eggs
.DS_Store
.tox
build
dist
*.egg-info
*.pyc
*.pyo
.idea
venv