summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6cc9660941e89ce32af940702114b7a9b26cc3c9 (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
38
# 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/
pip-wheel-metadata/

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

# macOS
.DS_Store

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