Add debug directory to .gitignore and .dockerignore
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
32cb5da632
commit
c07febed00
@ -43,6 +43,7 @@ tests/
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
production_logs/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -216,5 +216,6 @@ marimo/_static/
|
||||
marimo/_lsp/
|
||||
__marimo__/
|
||||
|
||||
# Project-specific
|
||||
data/
|
||||
|
||||
production_logs/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user