# Python
__pycache__/
*.py[cod]
*$py.class

# Environments & secrets
.env
.venv/
venv/

# IDE
.vscode/
.idea/

# Build
dist/
*.egg-info/

# Tool caches & coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage*.json
htmlcov/
.pytest

# Runtime & temporary
*.duckdb
tmp_*/
tmp_*.*
