aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 591ce996b11999aafd4161506192822aec890e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
# python temp files and cache
/**/__pycache__

# emacs temporary files
/**/*~

# yoyo configs
/**/yoyo*.ini

# site-local startup scripts
/run-*.sh