Bump django-debug-toolbar from 1.9.1 to 1.10
[mygpo.git] / .gitignore
blob98c8ecface6b286d1324e90fb9c14d5b90e8d085
1 *.pyc
2 media/*
3 logs/*
4 *.mo
5 mygpo/settings_prod.py
6 mygpo/MAINTENANCE_MODE
8 # API Docs
9 doc/_build
11 # vim swap files
12 *.swp
14 # static files copied by the collectstatic command
15 mygpo/staticfiles/
16 staticfiles/
18 # virtualenv
19 venv*
21 # test coverage
22 .coverage
24 # envdirs
25 envs
27 # Jupyter Notebooks
28 notebooks/
30 .cache
31 .pytest_cache