# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtualenvs & UV
.venv/
.uv-cache/
.uv_cache/
.env

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

# Editors & OS
.vscode/
.idea/
.DS_Store

# Build artifacts
dist/
build/
*.egg-info/

# tmp
docs/plans/*

# AI
.superset
