summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e0d09e060d157e77432d8a4e905f94ea09fa9ac9 (plain)
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
# Development
_build
*.py[cod]
*.so
*.egg-info
MANIFEST
.hypothesis/
.ipynb_checkpoints/
.idea/
.vscode/
_generate
build
.venv/
*.sublime*
.eggs/
.cache/
dist/
tmp/
var/
.pytest_cache/
.coverage
coverage/

# Main directory testing
/*.pdf
/*.ipynb
/debug_tests.py
/TODO
/scratch.py

# macOS
.DS_Store

/__qpdf/
/qpdf-7.0.0/
/tests/resources/private/
/tmp_rpms/