Rafal's code for NMR restraints
[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
14 #migrations
15 django_simple/todo/migrations/
16