-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (60 loc) · 683 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (60 loc) · 683 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
54
55
56
57
58
59
60
.vscode
*.sdf
*.opensdf
.vs
x64
ipch
Debug
Release
*.opendb
tags
*.pyc
Tracer.VC.db
build.err
build.log
msbuild.log
sdv
sdv.temp
*.vcxproj.user
.ipynb_checkpoints
TestResults
Testing
*.pgd
.idea
.cache
*.dgml
output
*-test.bat
*.aps
ctags.exe
build
build-*
!scripts/build-python-release.py
!conda/recipe/build-python.sh
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
build.ninja
.ninja_deps
.ninja_log
install/
DartConfiguration.tcl
keys/*.keys*
*TableSize
examples/sqlite-online-jit/results/
conda/out/
conda/out-*/
.envrc
.venv/
.perfecthash-prefix/
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
.ruff_cache/
.roborev/
dist/
htmlcov/
*.egg-info/