# Compiled TypeScript
lence/static/js/

# Temp files (pycache, etc)
tmp/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# Node
node_modules/

# Dev
.idea/
.vscode/
*.swp
*.swo
*~
.playwright-mcp

# OS
.DS_Store

# Build artifacts
*.egg
*.whl

# Testing
.coverage
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

research/
