# --- Dependencies ---
node_modules/
.yarn/

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

# --- TypeScript / JS build output ---
lib/
jupyterlab_llm_assistant/labextension/static/
jupyterlab_llm_assistant/labextension/build_log.json
jupyterlab_llm_assistant/labextension/package.json

# --- Jupyter ---
.ipynb_checkpoints/
*.ipynb

# --- Misc ---
.DS_Store
.env
*.log

# Project-level workspace dir: keep bundled skills, ignore everything else
# (sessions, cache, config, etc.)
.llm-assistant/*
!.llm-assistant/skills/
.llm-assistant/skills/*
!.llm-assistant/skills/**/*.yaml
!.llm-assistant/skills/**/*.yml
myenv
venv
.idea
.vscode
