diff --git a/.dockerignore b/.dockerignore index db0ca2a..aceaa26 100644 --- a/.dockerignore +++ b/.dockerignore @@ -43,6 +43,7 @@ tests/ # Logs logs/ *.log +production_logs/ # Environment files .env diff --git a/.gitignore b/.gitignore index 1144898..b8a2181 100644 --- a/.gitignore +++ b/.gitignore @@ -216,5 +216,6 @@ marimo/_static/ marimo/_lsp/ __marimo__/ +# Project-specific data/ - +production_logs/