# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
