-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (53 loc) · 1.1 KB
/
.gitignore
File metadata and controls
65 lines (53 loc) · 1.1 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
# Rust build artifacts
/target/
client/target/
proxy/target/
# Cargo lock is included for binaries
# Cargo.lock # Keep for reproducible builds
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Environment
.env
.env.local
# Terraform
infra/terraform/.terraform/
infra/terraform/*.tfstate
infra/terraform/*.tfstate.backup
infra/terraform/.terraform.lock.hcl
infra/terraform/terraform.tfvars
infra/terraform/*.auto.tfvars
infra/terraform/lightspeed_deploy_key
infra/terraform/lightspeed_deploy_key.pub
# AI/ML models (too large for git)
ai/models/*.bin
ai/models/*.onnx
ai/data/*.csv
ai/data/*.parquet
# Test results
tests/results/
# Logs
*.log
wat/state/agent-logs/
# Node.js
node_modules/
tools/vultr-mcp/node_modules/
# Secrets
*.pem
*.key
*.crt
# Internal WAT (Workflows, Agents, Tools) system — private AI operating system
# Not for public consumption — contains internal prompts, rules, state, and IPs
wat/
# Internal developer tooling (not part of the open-source project)
tools/vultr-mcp/src/
tools/vultr-mcp/build/
tools/build_gemini_context.js
tools/build_gemini_context.py