-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (31 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (31 loc) · 703 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
build/
build-*/
.cache/
compile_commands.json
*.o
*.a
*.so
.venv/
.venv-vllm/
.venv-vllm-pin/
.hf-cache/
.torchinductor-cache/
.triton-cache/
.triton-cache-pin/
.vllm-cache/
.vllm-cache-pin/
.flashinfer-cache/
__pycache__/
# stray compiler output
a.out
*.out
.claude/worktrees/
# Per-developer agent execution preferences. Copy the tracked example and keep
# machine paths, Git integration choices, and infrastructure policy local.
.agents/developer-preferences.md
# Per-developer environment values (copy .env.example). Machine paths and
# hosts; the protocol's ${VLLM_SOURCE}-style placeholders resolve from here.
.env
# Logs and local capture artifacts (demo recordings, screencasts)
*.log
*.mp4