File: .gitignore

package info (click to toggle)
python-spdx-tools 0.8.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,084 kB
  • sloc: python: 18,675; xml: 12,553; sh: 46; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 443 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
37
38
39
40
41
42
43
__pycache__/
*.py[cod]
*.out
/build/
/dist*/
/tmp/
src/spdx_tools/spdx/parser/tagvalue/parsetab.py
/.cache/

.tox
venv*

# virtualenv
/bin
/lib
/Lib
/local
/local/
/.eggs/
*.egg-info/
/Include
/include
/pip-selfcheck.json
.Python
/share/

# IDEs
.project
.pydevproject
.idea
org.eclipse.core.resources.prefs
.vscode
.pytest_cache

# Installer logs
pip-log.txt

# Unit test / coverage reports
.cache
.coverage
.coverage.*
nosetests.xml
htmlcov