# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/

# Environments
.venv/
.env
.env.*

# uv
# (uv.lock IS committed — do not ignore it)
.vercel
