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