add ignore file
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
.venv
|
3 |
+
.vscode
|