# Added by jetbrains IDE
.idea/

.coverage
.env
venv
.venv
dist
**/__pycache__/
requirements.txt
build
.cython_build
.hypothesis

**/.ipynb_checkpoints/

**/node_modules/**
data/**
benchmarking/tpcds/data
*.so
*.whl
log/
*.egg-info

# Added by MacOS
**.DS_Store

# Added by cargo
/target
**/target/
# pytest benchmarks
.benchmarks

# Added by pyenv
.python-version


# Zed editor
.zed/

# helix editor
.helix

# uv
uv.lock

# dependencies
node_modules

# next.js
.next
out

# production
/build

# typescript
*.tsbuildinfo
next-env.d.ts

# added by mkdocs social cards
.cache
