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