-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (73 loc) · 1.08 KB
/
.gitignore
File metadata and controls
84 lines (73 loc) · 1.08 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/target
/target.noindex
/.idea
/.vscode
/.sqlite3
**/target
*.so
*.dylib
*.dSYM/
*.ipynb
*.o
*.sqlite
!bindings/dotnet/src/Turso.Data.Sqlite/
!bindings/dotnet/src/Turso.Data.Sqlite/**
# Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv*/
__pycache__/
.coverage
venv
env
.env
.venv
dist/
.tmp/
*.db
**/*.db-wal
**/*.db-shm
**/*-wal
**/*.db-tshm
# perf
**/*/Mobibench
perf/mobibench/plot/results.csv
perf/mobibench/plot/mobibench.pdf
perf/mobibench/plot/uv.lock
# OS
.DS_Store
# Javascript
**/node_modules/
# testing
testing/limbo_output.txt
**/limbo_output.txt
testing/*.log
.bugbase
limbostress.log
simulator.log
**/*.txt
profile.json.gz
simulator-output/
tests/*.sql
stress-go/stress-go
&1
bisected.sql
*.log
*.db-log
settings.local.json
.claude/agents/
.build-hash
# Track empty wals for read only databases
!testing/sqltests/database/*
testing/sqltests/database/integrity_*.db
# For simulator redo
test.sql
# for elle edn transaction history
*.edn
elle-history-results/
custom-types-fuzzer-output/
CLAUDE.md
bindings/python/dev.py
bindings/python/implementation-test/
dhat-heap.json