# virtual environment and caches
.venv/
__pycache__/
*.pyc
.pytest_cache/

# local assistant settings
.claude/

# workbook build artifact (rebuilt from data/visible on first run)
data/store.duckdb
data/store.duckdb.wal

# marimo's own local session cache (not notebook content)
__marimo__/
