# Python virtual environments
.venv/
venv/
env/

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

# Bytecode caches
__pycache__/
*.py[cod]
