Commit 1deb604
Fix .gitignore __pycache__ typo and reorganize reports
- 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 <noreply@anthropic.com>1 parent 309a75d commit 1deb604
3 files changed
Lines changed: 5 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
File renamed without changes.
This file was deleted.
0 commit comments