summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e626dc6cef7266a96723361a90ed4bb9adbed851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
build
dist
*.egg-info
*.egg/
*.pyc
*.swp

.tox
.coverage
html/*

# Compiled Documentation
_build/
README.rst

env/
venv/
.idea/