# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# project artifacts
.adp/
output/
*.duckdb
.env

# editors
.vscode/
.idea/
.DS_Store
