Commit 55c8845
committed
Fix: Update .gitignore to recursively ignore all __pycache__ directories
- Change __pycache__/ to **/__pycache__/ for recursive pattern matching
- This ensures all subdirectory __pycache__ folders are properly ignored
- Prevents compiled Python cache files from being tracked in future1 parent 73f9f97 commit 55c8845
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments