# Environment
.env
*.env

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

# DuckDB (local dev databases)
*.duckdb
*.duckdb.wal

# IDE
.vscode/
*.swp

# macOS
.DS_Store

# Tests
.pytest_cache/
.coverage
htmlcov/

# PrePrompt runtime DB lives outside the repo:
# ~/.preprompt/history.db  ← not tracked
.venv/
