Bläddra i källkod

Updated gitignore to ignore pycache

master
kj1352 3 år sedan
förälder
incheckning
4858ce60ba
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      .gitignore

+ 2
- 1
.gitignore Visa fil

@@ -12,4 +12,5 @@ all_staticfiles/
static/uploaded/
.project
virtualenv/
*.DS_Store
*.DS_Store
*/__pycache__