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

# Tool caches and reports
.coverage
.mypy_cache/
.pyright/
.pytest_cache/
.ruff_cache/
htmlcov/

# Virtual environments
.venv

# Node frontend dependencies
node_modules/
