# Node
node_modules/
.yarn/

# Build output
lib/
ai_check/labextension/
*.tsbuildinfo

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

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Jupyter checkpoints
.ipynb_checkpoints/

# Config with secrets (should never be in repo)
ai_check_config.json
