db06108d2b
Adds remaining files from parallel development: - Services: analysis, csv_reader, forecasting, normalizer, recurring - UI: recurring_view, settings_view, sidebar, themes (dark/light) - Tests: analysis, csv_reader, forecasting, import_categorize, normalizer, recurring, integration - App entry point (main.py) and CLAUDE.md 52 tests passing across all modules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
579 B
Markdown
17 lines
579 B
Markdown
# CLAUDE.md
|
|
|
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
|
|
## Project Overview
|
|
|
|
SpendingAnalysis is a Python application that ingests data from various sources to analyze spending habits. The project is in early development.
|
|
|
|
## Repository
|
|
|
|
- Remote: https://gitea.conlon.fun/andy/SpendingAnalysis.git
|
|
- Branch: main
|
|
|
|
## Development Setup
|
|
|
|
Python project — no build system, dependencies, or test framework configured yet. Standard Python .gitignore is in place covering common tooling (pytest, mypy, ruff, venv, etc.).
|