.gitignore
1 |
# No Pycache files |
2 |
__pycache__/ |
3 |
# Compiled translation files |
4 |
*.mo |
5 |
# Other types of compiled Python files |
6 |
*.py[cod] |
7 |
*$py.class |
8 |
# Django specific files |
9 |
*.log |
10 |
# "Processed" SCSS files; since only the SCSS files are of use, the CSS files |
11 |
# can be ignored |
12 |
*.css |
13 |
|
14 |
# For thesis documentation: No PDF files |
15 |
|
16 |
# Omitting LaTeX generated schmuck |
17 |
*.aux |
18 |
*.glo |
19 |
*.idx |
20 |
*.log |
21 |
*.toc |
22 |
*.ist |
23 |
*.acn |
24 |
*.acr |
25 |
*.alg |
26 |
*.bbl |
27 |
*.blg |
28 |
*.dvi |
29 |
*.glg |
30 |
*.gls |
31 |
*.ilg |
32 |
*.ind |
33 |
*.lof |
34 |
*.lot |
35 |
*.maf |
36 |
*.mtc |
37 |
*.mtc1 |
38 |
*.out |