# build output
dist
build
out

# misc
.DS_Store
__pycache__/
*.pyc

# logs
logs/
*.log


# venv
.venv/
.pytest_cache/
