__pycache__/
*.pyc
*.pyo
.venv/
venv/
dist/
build/
*.egg-info/
.eggs/
*.egg
.mypy_cache/
.ruff_cache/
.pytest_cache/
.complexipy_cache/
.binex/
site/
.DS_Store
*.tmp
*.swp
.vscode/
.idea/
*.log
.coverage
htmlcov/
.env*
.worktrees/
CLAUDE.md
docs/plans/
.specify/
.claude/
specs/

# Web UI
src/binex/ui/static/*
!src/binex/ui/static/.gitkeep
ui/node_modules/
ui/dist/
.playwright-mcp/
