Spaces:
Runtime error
Runtime error
moose Claude commited on
Commit ·
70b9077
1
Parent(s): 2525dc6
Add custom folder to gitignore for local development
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -5,6 +5,9 @@ pyrightconfig.json
|
|
| 5 |
# Generated outputs
|
| 6 |
outputs/
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
# Python
|
| 9 |
__pycache__/
|
| 10 |
*.py[cod]
|
|
|
|
| 5 |
# Generated outputs
|
| 6 |
outputs/
|
| 7 |
|
| 8 |
+
# Custom folder (user-specific files)
|
| 9 |
+
custom/
|
| 10 |
+
|
| 11 |
# Python
|
| 12 |
__pycache__/
|
| 13 |
*.py[cod]
|