summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6babfc64209e2d064b6756ea863e8eb69a08ba6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# python related
*.pyc
__pycache__

# go related
*.sum

# lockfiles generated by some shell scripts
*.lock

# building folder
build