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

# Bytecode / caches
__pycache__/
*.pyc

# Virtual environments
.venv/
