Spaces:
Sleeping
Sleeping
Add .gitignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
playwright.pid
|
2 |
+
tools.pid
|
3 |
+
node_modules
|
4 |
+
venv
|
5 |
+
__pycache__
|