File: .gitignore

package info (click to toggle)
python-skytools 3.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: python: 6,394; ansic: 929; makefile: 38; awk: 14
file content (28 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
__pycache__
*.pyc
*.swp
*.o
*.so
*.egg-info

*.debhelper
*.log
*.substvars
*-stamp
debian/files
debian/python-skytools
debian/python3-skytools

.pytype
.pytest_cache
.mypy_cache
.tox
.coverage
.pybuild
cover
*.xml
MANIFEST
build
tmp
dist