Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 44761d45516dcb83f08ab76a5b3274ccfa0c5cf1 (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
/static