Spaces:
Running on Zero
Running on Zero
moose Claude Opus 4.5 commited on
Commit ·
25b29ac
1
Parent(s): b333e18
Add *.log to gitignore
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -47,3 +47,6 @@ Thumbs.db
|
|
| 47 |
.pytest_cache/
|
| 48 |
.coverage
|
| 49 |
htmlcov/
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
.pytest_cache/
|
| 48 |
.coverage
|
| 49 |
htmlcov/
|
| 50 |
+
|
| 51 |
+
# Logs
|
| 52 |
+
*.log
|