aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 543d3aba156d4bf0e7470de8c7c2ff770708b63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# compiled python code
*.pyc

# python egg directory generated after install
*.egg-info/
build/
dist/

# autogenerated files when run in this directory
*.pid
*.log
*.coverage