.venv/
.direnv/
.env
.env.*
!.env.example
__pycache__/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.py[cod]
dist/
build/
*.egg-info/

# Local development environment
.devcontainer.env
.cache/
.claude/

# Vendored urun-openai proxy binary (scripts/vendor_openai_proxy.py puts it here
# at release-build time; hatch `artifacts` ships it in the wheel despite this ignore)
src/urun/_bin/urun-openai
