-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (99 loc) · 1.54 KB
/
.gitignore
File metadata and controls
116 lines (99 loc) · 1.54 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg
.eggs/
AGENTS.md
CLAUDE.md
# Virtual environments
.venv
# Runtime cache
.claude/.sks-last-search.json
.claude/skill-groups/
skills-lock.json
# IDE
.cursor/
.windsurf/
.vscode/
.idea/
# Workspace & logs
workspace/
node_modules/
.next/
.langgraph_api/
*.log
*.bak
# Archives
*.zip
*.tar.gz
*.tgz
# Environment
.env
frontend/app/.env.development
# Claude Code - track config, exclude local/generated
.claude/**/.DS_Store
.claude/.stfolder/
.claude/.vscode/
.claude/settings.local.json
.claude/mcp.json
.mcp.json
teams/
# User-level Leon config and skills
.leon/
# Research artifacts (generated by Claude sessions)
.research/
# Pytest
.pytest_cache/
.coverage
.coverage.*
# Ruff
.ruff_cache/
docs/assets/
/survey
# Research artifacts (generated by Claude sessions)
/*_README.md
/*_REPORT.md
/*_SUMMARY.md
/*_RESEARCH.md
/*_EXAMPLES.md
/*_INDEX.md
/*_QUICK_REFERENCE.md
/*_ANALYSIS.md
/*_QUICK_LOOKUP.txt
/MODEL_PRICING_*.md
/LANGCHAIN_TOKEN_USAGE_*.md
/opencode_*.md
/decorator_*.md
/decorator_*.py
/decorator_*.txt
/metaclass_*.md
/metaclass_*.py
/INDEX.md
/QUICK_REFERENCE.md
/context_manager_*.py
CLAUDE.local.md
worktrees/
# Root-level test/debug artifacts
/*.png
/*.yml
/*.yaml
!docker-compose.yml
!.pre-commit-config.yaml
/dogfood-output/
/current-chat.yaml
# Development artifacts — never commit
docs/lessons/
docs/plans/
docs/superpowers/plans/
docs/superpowers/specs/
frontend/.vite/
.playwright-cli/
ops
# Auto-generated
.codex-runtime/
.playwright-mcp/
/supabase/