-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (38 loc) · 702 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (38 loc) · 702 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
# OS
.DS_Store
Thumbs.db
# Claude Code local (no versionar)
.claude/settings.local.json
.claude/.forge-manifest.json
.claude/session/
.claude/sessions/
.claude/session-env/
.claude/worktrees/
.claude/projects/
.claude/metrics/
.claude/plugins/
.claude/mcp-*cache*.json
# Editor workspace config (local only)
.vscode/
.idea/
# dotforge v3 runtime state (ephemeral, per-machine)
# Note: .forge/audit/ IS committed — it is the permanent override audit trail
.forge/runtime/
# Secrets
.env
.env.*
*.key
*.pem
*credentials*
*.secret
# Registry local (datos de tu máquina, no commitear)
registry/projects.local.yml
# Python cache
__pycache__/
*.pyc
*.pyo
# Archivos temporales
*.tmp
*.bak
*.swp
*~