Commit 14e5605
committed
chore: prettify, sort, and round out .gitignore
Reorganizes .gitignore into labeled sections (Python cache, venvs, build
artifacts, IDE, OS, logs, env files, generated output, project scratch,
Conductor) with sorted entries within each group and trailing slashes on
directory patterns for clarity.
Folds in three smaller intents that would otherwise be separate commits:
- Add .context/ for Conductor workspaces (collaboration scratch)
- Add coverage.xml + .pytest_cache/ to fully cover pytest-cov outputs
(.coverage.* and htmlcov/ were already on main from prior work)
- Add *.swp / *.swo for vim swap files
Drops the stale `*.cpython-312.pyc\`` line with a literal-backtick typo;
it wasn't matching anything and `*.pyc` already covers the case.
No behavior changes anyone would notice from the resulting rule set.
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>1 parent 0445421 commit 14e5605
1 file changed
Lines changed: 47 additions & 23 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 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | 18 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | | - | |
14 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
15 | 41 | | |
16 | | - | |
17 | 42 | | |
18 | 43 | | |
| 44 | + | |
19 | 45 | | |
20 | 46 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
25 | 50 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 51 | + | |
| 52 | + | |
31 | 53 | | |
32 | | - | |
33 | | - | |
| 54 | + | |
34 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments