Spaces:
Running
Running
chore: add __pycache__ to .gitignore
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -10,3 +10,4 @@ node_modules/
|
|
| 10 |
*.log
|
| 11 |
.DS_Store
|
| 12 |
frontend/index.html
|
|
|
|
|
|
| 10 |
*.log
|
| 11 |
.DS_Store
|
| 12 |
frontend/index.html
|
| 13 |
+
scripts/__pycache__/
|