-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 1.19 KB
/
Copy path.gitignore
File metadata and controls
59 lines (50 loc) · 1.19 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
# Dependencies
node_modules/
src/tui/dist/
# Build caches
.ailang/
!.ailang/state/
!.ailang/state/sprints/
# Generated build artifacts
.packages/
# Local AILANG source checkout used to build a patched binary (e.g. the Bedrock
# OPENAI_BASE_URL direct-fallback fix). Its own git repo + ailang/.bin/ailang
# build artifact must never be committed into motoko_agent.
/ailang/
# Environment
.env
.venv-litellm/
# OS
.DS_Store
# Session data
.motoko/logfile/
.motoko-store/
.omp
# Autoresearch experiment scratch / session dirs (runtime DBs, JSONL logs, notes)
.motoko/ar_bench_scratch/
.motoko/autoresearch*/
# Emscripten SDK toolchain (large; installed locally, not vendored)
.emsdk/
# Mirrored absolute-path profiles (build artifact created by
# runtime-process.ts mirrorAbsoluteProfile; source is e.g. ~/.motoko/config/mark)
.motoko/config/*/.source
artifacts/*
tmp/*
eval_results/*
logs/*
.motoko/logfile/
polyglot_logs/
benchmark_generared_files/
benchmarks/results/
__pycache__
/ext/
/web/
benchmarks/fixtures/autoresearch_intcodec/corpus/
code-graph/
!tools/code-graph/
!tools/code-graph/**
tools/code-graph/.out/
tools/code-graph/**/__pycache__/
tools/code-graph/.pytest_cache/
.venv-marimo/
__marimo__