Commit | Line | Data |
---|---|---|
cc755b15 CR |
1 | # All compiled binaries.. |
2 | *.pyc | |
3 | *.pyo | |
4 | ||
5 | # Fichier temporaires: | |
6 | .*.swp | |
7 | *~ | |
8 | \#*# | |
9 | *.db | |
10 | ||
11 | # Ignore merged stuff | |
12 | *.orig | |
13 | *.rej | |
14 | ||
15 | # Configuration du projet - par environnement | |
16 | conf.py | |
17 | django.wsgi | |
18 | ||
19 | # les évaluations passées en PDF | |
20 | evaluation/docs/* | |
21 | ||
22 | # buildout | |
23 | .installed.cfg | |
24 | bin | |
25 | develop-eggs | |
26 | downloads | |
27 | eggs | |
28 | log | |
29 | parts | |
30 | project/media/uploads | |
31 | tmp |