Skip to content

Commit

Permalink
Adding system files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Krowno04 committed Mar 21, 2024
1 parent 241ccf0 commit 5f4be46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ docs/_build/
.idea/portfolio-site-IMD2900.iml
db.sqlite3
home/__pycache__/models.cpython-39.pyc
home/__pycache__/urls.cpython-39.pyc
home/__pycache__/views.cpython-39.pyc
Binary file modified home/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file modified home/__pycache__/views.cpython-39.pyc
Binary file not shown.

0 comments on commit 5f4be46

Please sign in to comment.