# env file
.env

# Editor/IDE
# .idea/
# .vscode/

# Stagehand runtime artifacts
.stagehand/
output/
runs/

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