# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtualenvs / env managers
.venv/
.env

# Tooling
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
.DS_Store

# dlt
_dlt/
.dlt/secrets.toml
.dlt/.sources

# Stray duckdb files from pytest runs (the tmp_pipeline fixture sometimes leaks)
*.duckdb
*.duckdb.wal
