summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0064a3f133f107d5e81d693e97df2b9bd0039eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
.eggs

# Some testing related things
tmp
.coverage
.cache