__pycache__/
*.pyc

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

# Virtual environments
.venv/
venv/
