# Python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd

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

# Virtual environment
.venv/
.env
