Commit 76e9c81
committed
refactor: consolidate find commands in clean target
- Replace three separate find commands with single consolidated command
- Maintains same functionality for __pycache__ dirs and .pyc/.pyo files
- Preserves error suppression behavior with 2>/dev/null || true
- Improves efficiency by reducing directory traversals from 3 to 11 parent 69bd607 commit 76e9c81
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
0 commit comments