Spaces:
Sleeping
Sleeping
André Fernandes
commited on
Commit
·
b1c0a02
1
Parent(s):
e9d3b63
improve gitgnore
Browse files- .gitignore +9 -0
.gitignore
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore virtual environment folder
|
2 |
+
.venv/
|
3 |
+
|
4 |
+
# Ignore authentication key file
|
5 |
+
auth_key.txt
|
6 |
+
|
7 |
+
# Ignore all cache
|
8 |
+
__pycache__/
|
9 |
+
**/__pycache__/
|