File: .gitignore

package info (click to toggle)
python-securesystemslib 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,320 kB
  • sloc: python: 5,338; sh: 38; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 233 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
# root-level directories
dist/*
build/*
env/*

# global file patterns
*.log
*.pyc
*.session
*.swo
*.swp
*.egg-info
.coverage
.tox/*
tests/htmlcov/*
.DS_Store
.python-version

# PyCharm IDE
.idea/

# Sphinx documentation
docs/_build/