Browse Source

Updated gitignore to ignore pycache

master
kj1352 3 years ago
parent
commit
4858ce60ba
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitignore

+ 2
- 1
.gitignore View File

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