-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (60 loc) · 931 Bytes
/
.gitignore
File metadata and controls
69 lines (60 loc) · 931 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
# OS files
.DS_Store
Thumbs.db
*.swp
*.swo
# IDE files
.vscode/
!.vscode/settings.json
.idea/
*.sublime-project
*.sublime-workspace
.editorconfig
.markdownlint.json
# Environment variables
.env
.env.*
!.env.example
# Dependencies
node_modules/
dist/
build/
*.pyc
__pycache__/
venv/
.venv/
env/
.env-python/
.pnpm-store/
.pytest_cache/
# Logs
*.log
*_logs.txt
npm-debug.log*
yarn-debug.log*
yarn-error.log*
build_log_*.txt
# Docker
.docker/
data/
db_data/
redpanda_data/
redis_data/
# System-specific
.antigravity/
.gemini/
.claude/worktrees/
.vscode/
# Keep the intelligence, ignore the research noise
docs/research/
.agent/tasks/
.agent/scripts/__pycache__/
.agent/.shared/scripts/__pycache__/
# Project specific
**/node_modules/
**/dist/
**/__pycache__/
cache/
# Vendored tool binaries — built locally from tools/mcp-language-server/build.sh
# Binaries are architecture-specific and not committed to git.
tools/bin/