# macOS only
.DS_Store

# Python build and test artifacts
__pycache__
*.pyc
*.pyo
*.pyd
*.egg-info
*.egg
.coverage
coverage.xml
htmlcov/
.pytest_cache/
dist/
build/

# Jupyter notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints

# Pyve virtual environment
.pyve/envs
.pyve/testenv
.envrc
.env
.vscode/settings.json

# Node / SvelteKit
node_modules/
.svelte-kit/
.output/
.vercel/
.netlify/
.pnpm-store/
**/sveltekit_template/static/sql-wasm.wasm

# TypeScript
*.tsbuildinfo

# project-guide
docs/project-guide/**/*.bak.*
