Skip to content

Commit 47d18a8

Browse files
committed
Add __pycache__ to .gitignore
1 parent af4da0c commit 47d18a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ dist
33
venv
44
.vscode
55
*egg-info*
6-
build
6+
build
7+
__pycache__

0 commit comments

Comments
 (0)