.DS_Store
.env
.env.*
!.env.example

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

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

logs/
tmp/
data/
ignored/

# Local runtime state, if pointed inside the checkout.
.nipux/
.naked-agent/
naked-agent-state/
state.db
state.db-*
*.sqlite
*.sqlite3
*.db
*.db-*

# Browser automation installs and caches.
agent-browser/
browser-use/
node_modules/
