Switch CAS version to 3, with user attributes.
[fnp-django-template.git] / .gitignore
1 localsettings.py
2 *~
3 *.orig
4 *.log
5
6 # Python garbage
7 *.pyc
8 .coverage
9 pip-log.txt
10 nosetests.xml
11 /build
12 /dist
13 *.egg-info
14
15 # Mac OS X garbage
16 .DS_Store
17
18 # Windows garbage
19 thumbs.db
20
21 # Eclipse
22 .project
23 .settings
24 .pydevproject
25 .tmp_*
26
27 # Tags file
28 TAGS
29
30 .sass-cache
31