.venv/
venv/
__pycache__/
*.pyc
.ipynb_checkpoints/
.DS_Store

# Packaging and test artifacts
build/
dist/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/

# Documentation site build output
site/
