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

# Virtual env
.venv/
venv/

# uv
# (uv.lock IS committed — it pins the dependency graph)

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# conduit runtime artifacts
.conduit/
*.duckdb
*.duckdb.wal

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
