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

# vim swapfiles
*.sw?

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

# PyCharm stuff
.idea/

# Eclipse stuff
.project
.pydevproject