forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (84 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
106 lines (84 loc) · 1.52 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.DS_Store
__MACOSX
# C++ and CMake stuff:
*.a
*.bin
*.o
/.ccls-cache/
/arrow/
/build/
**/build-msvc/
**/CMakeFiles/
**/CMakeCache.txt
**/Makefile
**/cmake_install.cmake
_deps
**/.cache/
**/rerun_cpp/docs/html
**/rerun_cpp/docs/xml
*.tgz
# User-specific VSCode C++ extension config:
.vscode/c_cpp_properties.json
# Rust compile target directories.
# These should only be found in the repository root, so prefix them all with slashes:
/target
/target_pixi
/target_pixi_wasm
/target_ra
/target_wasm
# Python virtual environment:
**/venv*
**/.venv*
/env/
# Python build artifacts:
__pycache__
.mypy_cache
*.pyc
*.pyd
*.so
**/.ipynb_checkpoints/
**/.pytest_cache
# Pixi environment
.pixi
# Generated shims (created by ensure-rerun-env)
scripts/pixi/uv
scripts/pixi/uv.exe
scripts/pixi/uvpy
scripts/pixi/uvpy.exe
.gdb_history
perf.data*
**/dataset/
# insta snapshot temp file:
*.pending-snap
*.snap.new
# Screenshots from samples etc.
screenshot*.png
# Saved example `.rrd` files
example_data
# Various builds
dist
wheels
# VSCode local tasks
.vscode/tasks.json
# Screenshot comparison build
/compare_screenshot
**/tests/snapshots/**/*.diff.png
**/tests/snapshots/**/*.new.png
**/tests/snapshots/**/*.old.png
# Mesa install
mesa
mesa.7z
mesa.tar.xz
icd.json
# Temporary RRD files. Don't blanket ignore them since we check in some for backwards compatibility tests.
docs/snippets/**/*.rrd
/meilisearch
.claude
.pixi/*
justfile
# heaptrack files
*.zst
# Lychee link checker cache
.lycheecache
# Saved pytest-benchmark results
/.benchmarks