forked from ChelseaKR/tods-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (26 loc) · 751 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (26 loc) · 751 Bytes
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
# local working notes, not part of the published repo. AGENTS.md is here for
# the same reason CLAUDE.md is: the copy that sits in a maintainer's working
# tree is a scratch brief for a coding agent, and this repo is public, so the
# default for that filename is "never staged" rather than "remember not to
# stage it". If this repo ever publishes a real AGENTS.md, add it explicitly
# with `git add -f AGENTS.md` and drop the line below.
CLAUDE.md
CLAUDE-*.md
AGENTS.md
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.pytest_cache/
node_modules/
.DS_Store
# mutmut writes the mutated copy of the tree and its stats here
mutants/
# live git worktrees checked out under the repo root
.worktrees/