File: .gitignore

package info (click to toggle)
pypdf2 2.12.1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,144 kB
  • sloc: python: 28,767; makefile: 119; sh: 2
file content (36 lines) | stat: -rw-r--r-- 442 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
32
33
34
35
36
*.pyc
*.swp
.DS_Store
.tox
build
.idea/*
*.egg-info/
dist/*
__pycache__/

#
.mutmut-cache
mutmut-results.*

# Code coverage artifacts
.coverage*
coverage.xml

# Editors / IDEs
.vscode/

# Docs
docs/_build/

# Files generated by some of the scripts
dont_commit_*.pdf
PyPDF2-output.pdf
annotated-pdf-link.pdf
Image9.png
PyPDF2_pdfLocation.txt

.python-version
tests/pdf_cache/
docs/meta/CHANGELOG.md
docs/meta/CONTRIBUTORS.md
extracted-images/