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

# Python bytecode
__pycache__/
*.pyc

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# uv
.venv/
uv.lock

# Editor
.idea/
.vscode/
*.swp
