39 lines
701 B
Plaintext
39 lines
701 B
Plaintext
# Private project/agent docs — never commit
|
|
DEVELOPMENT_LOG.md
|
|
PROJECT.md
|
|
STRUCTURE.md
|
|
BUILD_SUMMARY.md
|
|
SCRIPTS.md
|
|
project-requirements.md
|
|
.learnings/
|
|
simplefin_no_git/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
dist/
|
|
db/*.db
|
|
db/*.db-shm
|
|
db/*.db-wal
|
|
backups/
|
|
.env
|
|
*.log
|
|
simplefin-bank-sync-issue.md
|
|
project-wide-data-input-and-sync-issue.md
|
|
docs/SIMPLEFIN_CONSUMER_GUARDRAILS.md
|
|
|
|
# Playwright E2E run artifacts (visual baselines under e2e/**/*-snapshots/ ARE committed)
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
.playwright/
|
|
e2e/.auth/
|
|
db/e2e.db*
|
|
|
|
# MkDocs docs site (auto-generated, not part of app source)
|
|
mkdocs/
|
|
|
|
# Root bill tracker DB (empty artifact, never commit)
|
|
/bills.db
|
|
Mobile App/PLAN.md
|
|
mobile/
|