# Built Angular bundle — never committed; CI builds it fresh on release.
theia_ng/static/theia_ng/
frontend/dist/
frontend/node_modules/
frontend/.angular/

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

# Tooling
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
.idea/
.vscode/
