Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
Remove __pycache__
  • Loading branch information
rensequitin committed Feb 19, 2018
1 parent 46423f5 commit e6744a9
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pyc
forum/forum/__pycache__
forum/post/__pycache__
Binary file removed forum/forum/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file removed forum/forum/__pycache__/settings.cpython-35.pyc
Binary file not shown.
Binary file removed forum/forum/__pycache__/urls.cpython-35.pyc
Binary file not shown.
Binary file removed forum/forum/__pycache__/wsgi.cpython-35.pyc
Binary file not shown.
Binary file removed forum/post/__pycache__/__init__.cpython-35.pyc
Binary file not shown.
Binary file removed forum/post/__pycache__/urls.cpython-35.pyc
Binary file not shown.
Binary file removed forum/post/__pycache__/views.cpython-35.pyc
Binary file not shown.

0 comments on commit e6744a9

Please sign in to comment.