-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·86 lines (70 loc) · 1.46 KB
/
.gitignore
File metadata and controls
executable file
·86 lines (70 loc) · 1.46 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
# HelixCode Docker Setup Git Ignore
# Environment files
.env
.env.local
.env.production
# Docker volumes and data
workspace/
projects/
shared/
# Temporary files
*.tmp
*.temp
# Log files
*.log
logs/
# Backup files
*.bak
*.backup
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Test files
.env.test
# PenPot token
penpot.txt
# Build artifacts
bin/
*.exe
*.dll
*.so
*.dylib
# Go build cache
.cache/
# Submodule directories (ignored if not cloned)
Example_Projects/OpenCode/OpenCode/
Example_Projects/OpenCode/Homebrew-Tap/
Example_Projects/Ollama_Code/
Example_Projects/Qwen_Code/
Example_Projects/Codename_Goose/
Example_Projects/Claude_Code/
Dependencies/LLama_CPP/
Dependencies/Ollama/
Dependencies/HuggingFace_Hub/
Example_Projects/DeepSeek_CLI/
Example_Projects/Mistral_Code/
Github-Pages-Website/
Example_Projects/Gemini_CLI/
Example_Projects/Forge/
Example_Projects/Plandex/
Example_Projects/GPT_Engineer/
Example_Projects/Aider/
Example_Projects/Cline/
awesome-ai-memory/
# External memory provider repositories (cloned on demand)
HelixCode/external/memory/mem0/
HelixCode/external/memory/zep/
HelixCode/external/memory/memonto/
HelixCode/external/memory/baseai/
# Generated test challenges and results (but not the framework)
HelixCode/challenges/
Challenges/
# Allow the e2e challenge testing framework but ignore test results
!HelixCode/tests/e2e/challenges/
HelixCode/tests/e2e/challenges/test-results/
HelixCode/tests/e2e/challenges/.DS_Store