-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (64 loc) · 840 Bytes
/
.gitignore
File metadata and controls
75 lines (64 loc) · 840 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
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
# Environment variables and secrets
.env
.env.local
.env.*.local
*.pem
*.key
credentials.json
# Dependencies
node_modules/
venv/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.egg-info/
# Test coverage
coverage/
.coverage
htmlcov/
# Temporary files
tmp/
temp/
*.tmp
# Internal agent tooling (not part of the public project)
.ai/
.claude/
.codex/
.gemini/
memory/
automation/
ai-dev-tasks/
skill/
brain/
# Internal analysis documents
CODE-REVIEW-GAP-ANALYSIS.md
MERGE-CHECKLIST.md
PR-*-GAP-ANALYSIS.md
PR-*-MERGE-READINESS-FINAL.md
PR_DESCRIPTION.md
MECH-PERFORMANCE-ANALYSIS.md
# Proprietary storage backend
src/storage/mech.js
# Local settings
.claude/settings.local.json