# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# dlt runtime state (keep .dlt/*.toml configs tracked)
.dlt/.var/
.dlt/data/
.dlt/state/

# Marimo internals
__marimo__/

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/

# Build artifacts
dist/
build/
*.egg-info/

# Secrets
secrets.toml
*.secrets.toml

# Local-only scratch
_local/
