-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (70 loc) · 1.07 KB
/
.gitignore
File metadata and controls
81 lines (70 loc) · 1.07 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
# Shared
node_modules/
dist/
.env
.env.*
!.env.example
!.env.*.example
*.log
.DS_Store
Thumbs.db
__pycache__/
*.pyc
coverage/
*.lcov
.nyc_output
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
TEMP/
temp/
tmp/
# Screenshots
*.png
# IDE
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
# Runtime
pids/
*.pid
*.seed
*.pid.lock
# Container-specific
container/.claude/
container/.tmp/
container/.codeforge/.checksums/
container/.codeforge/.markers/
container/.devcontainer/.env
container/.devcontainer/.secrets
container/.devcontainer/state/
container/.devcontainer/config/backups/
container/.devcontainer/.dockercache/
container/.devcontainer/**/*.codeforge-new
container/.devcontainer/**/*.bak
container/.devcontainer/.codeforge-preserve
# Specs (local working directory)
.specs/
# Claude Code local state
.claude/
# CLI-specific
cli/.pytest_cache/
cli/.ruff_cache/
.codeforge/data/
# Dashboard (deprecated — migrating to CodeDirective, a separate repo)
dashboard/
# Docs-specific
docs/.astro/
# OS-generated
logs/
dev-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.research/