c1e22da9d6
Python/Flask backend with pdfplumber parser, Svelte 4 frontend, Docker multi-stage build. Includes category analysis, insights, monthly/weekly charts, subscription audit, and annualised projections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
189 B
Plaintext
19 lines
189 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
|
|
# Environment — never commit secrets
|
|
.env
|
|
|
|
# Frontend build artefacts
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|