Add debug directory to .gitignore and .dockerignore

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2025-10-24 00:06:34 -05:00
parent 32cb5da632
commit c07febed00
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ tests/
# Logs # Logs
logs/ logs/
*.log *.log
production_logs/
# Environment files # Environment files
.env .env

3
.gitignore vendored
View File

@ -216,5 +216,6 @@ marimo/_static/
marimo/_lsp/ marimo/_lsp/
__marimo__/ __marimo__/
# Project-specific
data/ data/
production_logs/