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

# 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

## EOF ##