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

# 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/

## EOF ##