4 spaces indentation in base templates
[xnet] / .gitignore
1 # Temporary files
2 .*.swp
3 *.pyc
4 *.pyo
5
6 # Private files
7 xnet/db.sqlite
8 xnet/private/
9
10 # Build-related files
11 doc/_build/
12 .coverage
13 *.egg-info
14 build/
15 dist/
16 htmlcov/
17 MANIFEST