# vscode
.vscode

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

# Virtual environments
.venv

# Cache files
.pytest_cache
.ruff_cache

# Coverage files
.coverage
coverage.xml
htmlcov/

# MkDocs site files
site/