blob: bb11a2c95f38c07217ca4298a8af75bc3cf4431d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
__pycache__
data
*.pyc
*.db
locale/*/LC_MESSAGES/django.mo
*/locale/*/LC_MESSAGES/django.mo
.sass-cache/
.coverage
.direnv
.envrc
djangoproject/cache
djangoproject/static/css/*.map
djangoproject/static/css/*.css
|