Squash merge feature/library-reorganization

This commit is contained in:
Codex
2026-04-22 06:46:23 -05:00
parent 7f4a4beb5a
commit fe2a04343c
72 changed files with 14520 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
.DS_Store
.env
secrets/*.txt
secrets/*.pem
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
backend/.venv/
backend/*.egg-info/
backend/uploads/
backend/normalized/
backend/.pytest_cache/
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/vite.config.js
frontend/vite.config.d.ts
logs/
*.sqlite3
*.db