File: .gitignore

package info (click to toggle)
python-tuf 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,300 kB
  • sloc: python: 7,738; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
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
32
33
# root level directories
dist/
build/
env/

# docs build directory
docs/build/

# global file patterns
*.log
*.pyc
*.session
*.swo
*.swp
*.egg-info
.coverage
.tox/
tests/htmlcov/
.DS_Store
.pybuild/
.python-version
*~
*.tmp
.pre-commit-config.yaml
.vscode

# Debian generated files
debian/.debhelper/
debian/*-stamp
debian/files
debian/*.debhelper
debian/*.substvars
debian/python*-tuf/