summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fb44ebbd3d6ffb46a3b1759144c52a87a32d9841 (plain)
1
2
3
4
5
6
7
8
9
10
11
**/__pycache__
*.pyc
*.pyo
documentation/_build
build
dist
*.egg-info

/MANIFEST

.idea