-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 819 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (51 loc) · 819 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
*.crx
*.kate-swp
*.log
*.pem
*~
.*.swp
.*_cache/
.DS_Store*
.coverage
.cspellcache
.directory
.pnp.*
.venv/
/.bash_profile
/.bashrc
/.claude/auto-continue.md
/.claude/commands
/.claude/hooks
/.claude/hooks/inject-standing-instructions.sh
/.claude/hooks/log-stop-failure.sh
/.claude/hooks/remind-on-prompt.sh
/.claude/quota-blocked.json
/.claude/session-recover.js
/.claude/settings.example.json
/.claude/settings.local.json
/.claude/standing-instructions.md
/.claude/statusline-quota-cache.sh
/.claude/stop-failure-events.jsonl
/.gitconfig
/.gitmodules
/.idea
/.mcp.json
/.profile
/.ripgreprc
/.wiswa-ci/
/.yarn/install-state.gz
/.zprofile
/.zshrc
/HANDOFF.md
/build/
/dist/
/docs/_build/
/man/_static/
/mypy-report*/
/session-recover.yaml
__pycache__/
cobertura.xml
coverage.xml
htmlcov/
mypy-report.xml
node_modules/