jobhunt-platform/.gitignore
hermes b77c8b0044 Bootstrap: README, ADR-0001 (LLM at decision points), data model, API contract, worker task cards
Design foundation for POC. Monorepo: FastAPI+Postgres backend, Vue 3 frontend,
Python packages (llm-gateway, artifacts, connectors). Approval gate and
token budgets are architectural constraints per measured prototype findings.
2026-07-30 17:56:07 +00:00

10 lines
94 B
Text

venv/
node_modules/
dist/
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
*.pdf
!.gitkeep
.env