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

# Python
__pycache__/
*.pyc
*.pyo
.eggs/

# Jupyter
.ipynb_checkpoints/

# Virtual environments
.venv/
venv/
