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

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

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