gitar

.gitignore

1
# Django fluff doesn't have to be tracked.
2
migrations/
3
__pycache__/
4
# Init file for Python modules. Nope.
5
__init__.py  # 
6
# Ignore compiled message files
7
*.mo