Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b0bf0c0dfe082c1a1713ab87823b4462ae21b73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# global
*.pyc
*.pyo
*~
__pycache__

# /
/.coverage
/.tox
/build
/coverage
/dist
/*.egg
/*.egg-info
/node_modules
/muninplot/static