X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=.gitignore;h=16c7c6c302717c4886f448b67b5bf1f5897c2a98;hb=HEAD;hp=0546add21afd94c4049024b4460cc795e622f65a;hpb=6cedca4c7f842348e3d59d725f1c3969944a1532;p=django-girls.git diff --git a/.gitignore b/.gitignore index 0546add..16c7c6c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,14 @@ nosetests.xml # Logs *.log + +# Databases +*sqlite3 + +# Virtual environment +djangogirls +djgenv + +# Django static files +/static +.DS_Store