Commit e46d517
Add installer and clean up repo hygiene (#11)
* Remove tracked __pycache__ artifacts
The .pyc files under glean_code/ and tests/ were committed before the
__pycache__/ ignore rule existed, so .gitignore never applied to them.
Removes all 35 tracked artifacts.
Also adds two ignore rules:
- .metadata_never_index, which stops macOS Spotlight indexing the repo
(the tracked .pyc files were hijacking Cmd+Space searches for "glean")
- build.noindex/, the zipapp build output directory
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Add installer, clean up repo hygiene
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent f81902d commit e46d517
39 files changed
Lines changed: 591 additions & 10 deletions
File tree
- glean_code/__pycache__
- tests
- __pycache__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
55 | 76 | | |
56 | 77 | | |
57 | 78 | | |
| |||
187 | 208 | | |
188 | 209 | | |
189 | 210 | | |
| 211 | + | |
190 | 212 | | |
191 | 213 | | |
192 | 214 | | |
| |||
203 | 225 | | |
204 | 226 | | |
205 | 227 | | |
206 | | - | |
| 228 | + | |
207 | 229 | | |
208 | 230 | | |
209 | 231 | | |
| |||
221 | 243 | | |
222 | 244 | | |
223 | 245 | | |
224 | | - | |
| 246 | + | |
225 | 247 | | |
226 | 248 | | |
227 | 249 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments