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

# 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/
doc/source/api

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

## EOF ##