Commit abc993f
committed
chore: prettify and sort .gitignore
Groups patterns by category (Python cache, venvs, build artifacts, IDE,
OS, logs, env files, generated output, project scratch, Conductor) with
labeled comment headers, sorts within each group, and adds trailing
slashes to directory patterns for clarity.
Also removes the stale `*.cpython-312.pyc\`` line which had a literal
backtick typo (so it wasn't matching anything) and is already covered
by `*.pyc`.
No behavior changes anyone would notice from the rule set.
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>1 parent 002815c commit abc993f
1 file changed
Lines changed: 40 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | | - | |
14 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
15 | 35 | | |
16 | | - | |
17 | 36 | | |
18 | 37 | | |
| 38 | + | |
19 | 39 | | |
20 | 40 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
25 | 44 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
30 | | - | |
31 | | - | |
| 48 | + | |
32 | 49 | | |
| 50 | + | |
| 51 | + | |
33 | 52 | | |
0 commit comments