Ignore backend storage files

This commit is contained in:
Codex
2026-04-23 10:24:05 -05:00
parent 72360cc4dd
commit 20ec6972b0

2
.gitignore vendored
View File

@@ -13,6 +13,8 @@ backend/.venv/
backend/*.egg-info/
backend/uploads/
backend/normalized/
backend/storage/
backend/backend/storage/
backend/.pytest_cache/
frontend/node_modules/
frontend/dist/