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

# Python cache
__pycache__/
*.pyc
*.pyo

# Local dev
.venv/
venv/
.env

# OS
.DS_Store
