# Generated data
storage/
*.duckdb
*.duckdb.wal

# Optional: ignore data folder if it contains private files
# data/

# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE / OS
.vscode/
.idea/
.DS_Store

# Temp
temp/
