# Local development artifacts
.venv/
build/
dist/
*.egg-info/
__pycache__/
.pytest_cache/

# Bootstrapped project-local agentic folder
/agentic/
