.DS_Store
.mosaic
.duckdb
.ipynb_checkpoints
.idea
dev/specs
docs/.vitepress/cache
docs/.vitepress/dist
node_modules
**/dist
**/test-output
**/__pycache__
**/.ruff_cache
**/.pytest_cache
**/.mypy_cache
**/.coverage
**/.venv
**/tsconfig.tsbuildinfo
packages/server/duckdb-server-go/duckdb-server-go
transitionFolder

# Virtual environment
venv/
.env/

# Conda environment
conda-env/

# Python cache
__pycache__/
*.pyc

# Test cache
.pytest_cache/
.coverage

# Python API Generated classes
packages/vgplot-python/schema_wrapper/generated_classes.py
