# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Scripts
scripts/*

# Virtual environments
.venv

# Test and Cache
.coverage
.*_cache/