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

# Virtual environments
.venv/
venv/

# Node / Frontend
node_modules/
web/dist/
src/agentlens/static

# Database
*.db
*.sqlite

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Project
results/
out1
