updated
Browse files- .gitignore +15 -0
.gitignore
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.ipynb_checkpoints
|
2 |
+
.DS_Store
|
3 |
+
.vscode
|
4 |
+
.idea
|
5 |
+
.pytest_cache
|
6 |
+
.ruff_cache
|
7 |
+
.venv
|
8 |
+
__pycache__
|
9 |
+
*.pyc
|
10 |
+
*.pyo
|
11 |
+
*.pyd
|
12 |
+
*.pyw
|
13 |
+
*.pyz
|
14 |
+
|
15 |
+
|