# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Test / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pytest-kind/
.uv-cache/

# Project-specific
.helm-me.toml
src/helm_me/_version.py
site/
