mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-07-17 09:08:46 +02:00
24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
node_modules/
|
|
dist/
|
|
__pycache__/
|
|
*.pyc
|
|
*.db
|
|
*.db.bak
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
docs/legacy_budget_analysis.md
|
|
|
|
# Reference clones of framework repos (read-only, not tracked)
|
|
tech_docs/
|
|
|
|
# Claude Code local state
|
|
.claude/
|
|
.venv/
|
|
frontend/openapi.json
|
|
|
|
# playwright (demo artifacts are generated, not committed)
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|
|
frontend/e2e-docs/
|