# Python cache
__pycache__/
*.py[cod]

# Packaging artifacts
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/
