# 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
.idea/
.vscode/

# Other
*.log
.coverage
.DS_Store