# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local virtualenv / build artifacts
.venv/
*.egg-info/
build/
dist/

# Dev runtime artifacts
.dev-agentbox.pid
