aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 012ce8748f2e7dda434e0a609fadd1afa1ce7406 (plain)
1
2
3
4
5
6
7
8
# Python
*.pyc
/*.egg-info
/.eggs
/dist

# misc user-created
/build