initial git commit
[django_unres.git] / .gitignore
1 # ignore compiled stuff
2 *.pyc
3
4 # ignore texteditors
5 *.swp
6 *~
7
8 # ignore job dir and database
9 db.sqlite3
10 tester*/
11 czarek*/
12
13 #migrations
14 django_simple/todo/migrations/
15