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

# Cache directories
.pytest_cache/
.ruff_cache/
.pyright/
__pycache__/
node_modules/
.pnpm-store/

# Virtual environments
.venv/
venv/
env/

# IDE files
.idea/
.vscode/

# Logs and temporary files
*.log
.coverage
.DS_Store

# Lock files
uv.lock
pnpm-lock.yaml