blob: 135a896640d720b4693de8b5c0b13eeab9365199 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# python temp files and cache
/**/__pycache__
/**/.hypothesis
# emacs temporary files
/**/*~
# yoyo configs
/**/yoyo*.ini
# site-local startup scripts
/run-*.sh
|