__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
.hypothesis/
*.egg-info/
dist/
build/
.coverage
htmlcov/
# generated dbt projects live under target/ by default
target/
# canvas toolchain (the production build IS committed, under packages/server/.../static)
canvas/node_modules/
# vscode extension toolchain (source is committed; artifacts are not)
vscode/node_modules/
vscode/dist/
vscode/*.vsix

# local demo workspace (own git repo inside; never part of modelith)
demo/

# duckdb build artifacts
*.duckdb
*.duckdb.wal
