From 1deb604f955a2edbed0ac7070bfb65601e089f8a Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Mon, 5 Jan 2026 08:53:41 +0100 Subject: [PATCH] Fix .gitignore __pycache__ typo and reorganize reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix critical typo: ___pycache__ → __pycache__/ (was using 3 underscores) - Add .ruff_cache/ to ignored directories - Move reports/ directory into data/ for better organization - Remove obsolete claude-usage.md The __pycache__ typo caused Python cache directories to not be ignored, resulting in bytecode files being tracked in the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 6 +++- {reports => data/reports}/lagnamn_rapport.md | 0 reports/claude-usage.md | 36 -------------------- 3 files changed, 5 insertions(+), 37 deletions(-) rename {reports => data/reports}/lagnamn_rapport.md (100%) delete mode 100644 reports/claude-usage.md diff --git a/.gitignore b/.gitignore index c66e1791..f3627a15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .env -___pycache__ +__pycache__/ *.pyc *.egg-info/ .DS_Store @@ -11,6 +11,10 @@ ___pycache__ .coverage htmlcov/ .pytest_cache/ +.ruff_cache/ + +# Ignore input files +sfs_docs # Ignore output files logs/ diff --git a/reports/lagnamn_rapport.md b/data/reports/lagnamn_rapport.md similarity index 100% rename from reports/lagnamn_rapport.md rename to data/reports/lagnamn_rapport.md diff --git a/reports/claude-usage.md b/reports/claude-usage.md deleted file mode 100644 index d218ee7a..00000000 --- a/reports/claude-usage.md +++ /dev/null @@ -1,36 +0,0 @@ -# Claude usage - -💬 Message Breakdown: - 👤 Human: 358 (6.4%) - ⚙️ Agent: 2531 (45.5%) - 🤖 Assistant: 2673 (48.1%) - 📊 Total: 5562 messages - -🔤 Input tokens: 106,570 - 💭 Output tokens: 183,741 - 💾 Cache creation tokens: 11,453,781 - ⚡ Cache read tokens: 183,402,430 - -🤖 Usage & Cost by Model: - - ● claude-sonnet-4-20250514: - 📊 Messages: 2,181 - 📥 Input: 95,005 tokens - 📤 Output: 140,601 tokens - 💾 Cache write: 9,333,157 tokens - ⚡ Cache read: 160,457,245 tokens - 🎯 Total: 170,026,008 tokens - 💰 Cost: $85.5305 - - ● claude-opus-4-20250514: - 📊 Messages: 486 - 📥 Input: 11,565 tokens - 📤 Output: 43,140 tokens - 💾 Cache write: 2,120,624 tokens - ⚡ Cache read: 22,945,185 tokens - 🎯 Total: 25,120,514 tokens - 💰 Cost: $77.5885 - -══════════════════════════════════════════════════ - - 💵 Total Cost: $163.1190