Skip to content

Commit d31b934

Browse files
added __pycache__ to gitignore
1 parent c9bc950 commit d31b934

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
# No PyCharm config files
33
.idea/
4-
venv/
4+
venv/
5+
__pycache__

0 commit comments

Comments
 (0)