# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/

# uv
.python-version

# Nix
.direnv/
.nix-uv/

# IDE
.idea/
.vscode/
.cursor/
*.swp
*.swo

# Frontend
frontend/node_modules/
delegate/static/

# OS
.DS_Store
Thumbs.db

# Playwright
node_modules/
test-results/
playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/

# dot env files
.env
