File: .gitignore

package info (click to toggle)
python-fqdn 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 389; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
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
29
30
31
__pycache__
*.pyc
.cache/
*.diff
*.err
*.orig
*.log
*~
.swp
*.swp
.DS_Store
.cache
*.pyc
.DS_Store
tags
.tags
.netrwhist

/MANIFEST
/dist
/build
/*.egg-info
/.tox
/htmlcov/
/docs/_build/
.coverage
*,cover
tests/__pycache__
*.pyc
.cache/
.eggs