Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Oct 12, 2020
1 parent 0ccfd42 commit 1b74671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __pycache__/
src/__pycache__
src/adaptors/__pycache__/
src/functions/__pycache__/
tests/__pycache__/*
tests/__pycache__
tests/*/__pycache__/
*.code-workspace
.vscode/
Expand All @@ -13,5 +13,5 @@ tests/*/__pycache__/
temp/
diagrams/*.svg
play*.py
tests/__pycache__/test_helpers.cpython-38-pytest-6.0.2.pyc
tests/__pycache__/*.pyc
untitled.ui

0 comments on commit 1b74671

Please sign in to comment.