repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump django-celery-results from 2.0.0 to 2.2.0
[mygpo.git]
/
.gitignore
blob
98c8ecface6b286d1324e90fb9c14d5b90e8d085
1
*.pyc
2
media/*
3
logs/*
4
*.mo
5
mygpo/settings_prod.py
6
mygpo/MAINTENANCE_MODE
7
8
# API Docs
9
doc/_build
10
11
# vim swap files
12
*.swp
13
14
# static files copied by the collectstatic command
15
mygpo/staticfiles/
16
staticfiles/
17
18
# virtualenv
19
venv*
20
21
# test coverage
22
.coverage
23
24
# envdirs
25
envs
26
27
# Jupyter Notebooks
28
notebooks/
29
30
.cache
31
.pytest_cache