Spaces:
Running
Running
zach
commited on
Commit
·
704294b
1
Parent(s):
b850013
add .ruff_cache to .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -36,6 +36,7 @@ Thumbs.db
|
|
| 36 |
|
| 37 |
# Python cache
|
| 38 |
*.cache
|
|
|
|
| 39 |
|
| 40 |
# Temp files
|
| 41 |
static/audio/*
|
|
|
|
| 36 |
|
| 37 |
# Python cache
|
| 38 |
*.cache
|
| 39 |
+
.ruff_cache
|
| 40 |
|
| 41 |
# Temp files
|
| 42 |
static/audio/*
|