# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# DuckDB files (from tests)
*.duckdb
*.duckdb.wal

# pytest
.pytest_cache/

# mypy
.mypy_cache/
