Spaces:
Sleeping
Sleeping
updating git ignore
Browse files- .gitignore +8 -1
.gitignore
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
.env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.env
|
2 |
+
|
3 |
+
# Ignore all files in downloads except .gitkeep
|
4 |
+
downloads/*
|
5 |
+
!downloads/.gitkeep
|
6 |
+
|
7 |
+
# Ignore pycache and other Python artifacts
|
8 |
+
__pycache__/
|