dist/
build/
*.egg-info/
__pycache__/
.venv/
*.pyc

# Build artifacts
site/
.coverage
.pytest_cache/

# IDE
.idea/
.vscode/

# mkdocs build
site/
.coverage
