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

# Virtual environment
.venv/
venv/

# Environment
.env

# Database
.openloom/

# IDE
.idea/
.vscode/
.qoder/
.playwright-mcp/
*.swp
*.swo

# OS
.DS_Store

# Frontend
frontend/node_modules/
frontend/dist/
# Note: src/openloom/server/static/app/ is INTENTIONALLY committed.
# Pre-built SPA so `pip install openloom[ui]` works without Node.js.
# Regenerate: cd frontend && npm run build

# Internal planning docs (local only)
.ai/

# Hatch
*.egg
