Spaces:
Sleeping
Sleeping
Commit ·
7cf93e8
1
Parent(s): 6971561
chore: ignore temp/lock files
Browse files- .gitignore +7 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.~lock.*#
|
| 2 |
+
*.swp
|
| 3 |
+
*.tmp
|
| 4 |
+
__pycache__/
|
| 5 |
+
venv/
|
| 6 |
+
.ipynb_checkpoints/
|
| 7 |
+
.DS_Store
|