summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 198b23ecbbcceaf57bc2c3674690b7037b61d66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.git/

build
dist
*.egg-info
*.egg/
*.pyc
*.swp

.tox
.coverage
html/*
__pycache__

# Compiled Documentation
docs/_build