-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 765 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (42 loc) · 765 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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# vllm model commands
.vllm_model_cmd
# tests and workspace
tests/
workspace/
bak_workspace/
gemini3_flash_on_qwen3_failed_workspace/
*workspace*/
logs/
# data
data/
# temp
exp/
# local configs
config/config-spider.toml
config/config-bird.toml
config/config-gemini.toml
config/config.toml
config/config-bird-submission.toml
config/config-spider2.toml
# credentials
bigquery_credential.json
snowflake_credential.json
# docs
docs/
config/*-ds-reasoner.toml
.codex
config/config-bird-kimi-k2.6-openrouter.toml
# Jupyter checkpoints
.ipynb_checkpoints/
**/.ipynb_checkpoints/
# local BIRD test submission config
config/config-bird-test-official.toml