Skip to content

Commit fe8ccbc

Browse files
committed
.gitignore: Ignore .pytest_cache and __pycache__
1 parent b5066cf commit fe8ccbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.pytest_cache/
2+
/__pycache__/

0 commit comments

Comments
 (0)