aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c046d716261d95a41d02b917653f2ef836e4641b (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

# python runtime files
__pycache__
*.pyc
*.pyo

# development files
*.pth
.coverage
.pypirc
.mypy_cache
bsie.egg-info
htmlcov
tags
dev/

# dist builds
MANIFEST
dist/
build/

# doc builds
doc/build/

# testing data
test/reader/image/testimage.nef*
test/reader/preview/testimage.nef*

## EOF ##