-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (58 loc) · 1.11 KB
/
.gitignore
File metadata and controls
72 lines (58 loc) · 1.11 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
# Env files
.env
# Dependencies
node_modules/
# VS Code testing
.vscode-test/
# Packaged extension files
*.vsix
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# IDE
.idea/
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
# Build output
out/
dist/
# Test coverage
coverage/
# Temporary files
*.tmp
*.swp
*~
# Session tracking data
session-data.json
# Claude Code local settings (entire directory - local dev only)
.claude/
# Test and development scripts
test-*.js
check-*.js
examine-*.js
RELEASE_NOTES_*.md
# ===========================================
# HyperI AI Development Tooling (LOCAL ONLY)
# ===========================================
# Submodule contents — defence in depth so the private hyperi-ai
# working tree can never be committed into this public repo. The
# submodule pointer (gitlink) in .gitmodules is fine; only the
# tree of files under hyperi-ai/ must stay out.
hyperi-ai/
# AI assistant files (Claude, Cursor, Codex, Gemini)
CLAUDE.md
STATE.md
TODO.md
.cursorrules
.cursor/
CODEX.md
.codex/
GEMINI.md
.gemini/
SKILLS.md
# AI agent working files (not committed)
docs/superpowers/