Skip to content

Commit 5aa1708

Browse files
committed
Removed .pyc files and add them to gitignore
1 parent 72a6dbf commit 5aa1708

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

Binary file not shown.
Binary file not shown.
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.DS_Store
33
.idea
44
geckodriver.log
5-
__pycache__
5+
__pycache__
6+
*.pyc

0 commit comments

Comments
 (0)