.DS_Store
__MACOSX

# C++ and CMake stuff:
*.a
*.bin
*.o
/.ccls-cache/
/arrow/
**/CMakeFiles/
**/CMakeCache.txt
**/Makefile
**/cmake_install.cmake
_deps
**/.cache/
**/rerun_cpp/docs/html
**/rerun_cpp/docs/xml
*.tgz

# Rust compile target directory:
**/target
**/target_pixi
**/target_pixi_wasm
**/target_ra
**/target_wasm

# Python virtual environment:
**/venv*
**/.venv*
/env/
!.python-version

# Python build artifacts:
__pycache__
*.pyc
*.pyd
*.so
**/.pytest_cache
**/.ipynb_checkpoints/

# Pixi environment
.pixi

.gdb_history
perf.data*

**/dataset/

# Screenshots from samples etc.
screenshot*.png

# Saved example `.rrd` files
example_data

# Various builds
dist
wheels

# 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

*.rrd

/meilisearch

.pixi/*

# heaptrack files
*.zst

# IDE stuff
/.idea

# Local env files
.env
.env.*
.env.local
.env.development.local
.env.test.local
.env.production.local
.envrc

# Testing
coverage

# Misc
.DS_Store
*.pem

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json

.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

*storybook.log
bin
docs/.obsidian/workspace.json
!certs/*.pem
tmp/
