separate templates from static files
[myslice.git] / .gitignore
1 # any local dbfile
2 *.sqlite3
3 # here is a mode to 'record' the backend answers and replay them offline
4 offline-*
5 # the usual useless crap
6 TAGS
7 *.pyc
8 *~
9 # these essentially are copies/links from other places
10 /static/
11 /templates/
12 # various working files
13 play/
14 *.leftovers
15 *.hide
16 entrypoints.ongoing/
17 build/