Spaces:
Running
Running
Ignore Python bytecode and Vim swap files
Browse files- .gitignore +7 -0
.gitignore
CHANGED
@@ -1 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
app/hf_cache/
|
|
|
1 |
+
# Python bytecode
|
2 |
+
__pycache__/
|
3 |
+
*.py[cod]
|
4 |
+
|
5 |
+
# Vim swap files
|
6 |
+
*.swp
|
7 |
+
|
8 |
app/hf_cache/
|