File: .gitignore

package info (click to toggle)
pdfminer 20221105%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,580 kB
  • sloc: python: 19,610; xml: 360; makefile: 69; sh: 27
file content (28 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
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
*.class
*.pyc
*.pyo
.svn
.env
_svn
.pythoscope
.ipynb_checkpoints
.settings
_update.bat
docs/_build
/Goulib.egg-info/
/build/
/dist/
/pdfminer.six.egg-info/
tests/*.xml
tests/*.txt
.idea/
.tox/
.nox/

# python venv management tools
Pipfile
Pipfile.lock
.noseids
.vscode/
pyproject.toml
poetry.lock