summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4025b6e312e98c59151b3e5fa8e012c57e772533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.pyc
__pycache__

# vim swapfiles
*.sw?

# python packaging
MANIFEST
dist/
build/
*.egg-info/
docs/source/.templates/

# PyCharm stuff
.idea/