File: .gitignore

package info (click to toggle)
python-pykube-ng 22.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: python: 2,336; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.egg-info
__pycache__
.coverage
*.pyc
*.pyo
build/
dist/
.cache/
.pytest_cache/
.tox/
docs/_build
htmlcov/
.mypy_cache
.idea/
*.iml
.DS_Store
.python-version