# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# dlt runtime artifacts
*.duckdb
*.duckdb.wal
.dlt/secrets.toml
~/.dlt/

# Lockfile is generated in-container; keep out of the tree until a real publish.
uv.lock
