forked from mpfaffenberger/code_puppy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (35 loc) · 750 Bytes
/
.gitignore
File metadata and controls
47 lines (35 loc) · 750 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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.coverage
# Session memory
.puppy_session_memory.json
# Pytest cache
.pytest_cache/
dummy_path
.idea/
.DS_Store
.env
.serena/
.beads/
main.dist/
nuitka-crash-report.xml
*.backup
main.bin
# Bundled skills removed — skills are now fetched from remote catalog
code_puppy/bundled_skills/
# Hook engine runtime artifacts (logs, compiled outputs)
.claude/activity.jsonl
.claude/hooks/audit.log
# Compiled hook binaries (built from .go sources in .claude/hooks/go-hooks/)
.claude/hooks/go-hooks/audit-bash
.claude/hooks/go-hooks/file-policy
# Compiled TypeScript hook output (built from .ts sources)
.claude/hooks/ts-hooks/dist/
.json