Spaces:
Sleeping
Sleeping
Ignore local .claude/ tooling dir
Browse filesCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -3,4 +3,5 @@ __pycache__/
|
|
| 3 |
*.pyc
|
| 4 |
models/*.h5
|
| 5 |
web/staticfiles/
|
|
|
|
| 6 |
.DS_Store
|
|
|
|
| 3 |
*.pyc
|
| 4 |
models/*.h5
|
| 5 |
web/staticfiles/
|
| 6 |
+
.claude/
|
| 7 |
.DS_Store
|