| 1 | # binaires |
| 2 | *.pyc |
| 3 | *.pyo |
| 4 | |
| 5 | # Fichier temporaires: |
| 6 | .*.swp |
| 7 | *~ |
| 8 | \#*# |
| 9 | src/* |
| 10 | |
| 11 | # DB de dev |
| 12 | *.db |
| 13 | db.sqlite |
| 14 | |
| 15 | # restants de merge |
| 16 | *.orig |
| 17 | *.rej |
| 18 | |
| 19 | # buildout |
| 20 | /.installed.cfg |
| 21 | /bin |
| 22 | /develop-eggs |
| 23 | /downloads |
| 24 | /eggs |
| 25 | /log |
| 26 | /parts |
| 27 | /tmp |
| 28 | /sitestatic |
| 29 | /media |
| 30 | /smedia |
| 31 | /build |
| 32 | /fabfile.py |
| 33 | /catalogue_dexpert/media/ |
| 34 | /catalogue_dexpert.egg-info/ |
| 35 | |
| 36 | #settings |
| 37 | /project/settings/*-local.py |
| 38 | /project/urls/*-local.py |
| 39 | /project/settings/10-secret.py |
| 40 | /project/settings/20-secret.py |
| 41 | /project/settings/*-prod.py |
| 42 | /project/urls/*-prod.py |
| 43 | |
| 44 | # Search index |
| 45 | project/whoosh_index/ |
| 46 | project/xapian_index/ |
| 47 | |
| 48 | #mac |
| 49 | .DS_Store |
| 50 | |
| 51 | #sass |
| 52 | .sass-cache/ |
| 53 | |
| 54 | # virtualenv |
| 55 | /include |
| 56 | /lib |
| 57 | /local |
| 58 | /share |
| 59 | /env |
| 60 | |
| 61 | # django-jenkins |
| 62 | /reports |