Remove __future__ imports -- the future is here!
[mygpo.git] / .gitignore
blob5adcf824faf75edfeb633521cbd74396209baf64
1 *.pyc
2 htdocs/media/logo/*
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