-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (32 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
34 lines (32 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
__pycache__/
*.py[cod]
*.egg-info/
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
venv/
.DS_Store
*.log
# Test sandboxes. The suite builds each one with
# `tempfile.TemporaryDirectory(dir=REPO)` so a test's fake HOME, state
# directory and unix sockets sit on the same filesystem as the code under
# test; roughly seventy prefixes do it (.commands-, .login-, .session-kit-…),
# every one a hidden directory in the repository root with a random suffix. An
# interrupted run leaves them behind, and one `git add -A` at the wrong moment
# commits a mocked home. Ignore the whole class rather than chase prefixes.
/.*/
!/.github/
# Overhaul work-order paperwork and its evidence: kept beside the branch for
# the lead to read, deliberately not tracked so the export manifest stays a
# statement about what the kit ships.
WORKORDER-REPORT.md
/WORKORDER-REPORT.md
/wsd-evidence/
/WORKORDER-FLEET-SOCKET.diff
# Per-branch review notes are working papers kept beside the worktree, not
# release or public-tree content.
/BUILD-REPORT.md
BUILD-REPORT.md