# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
venv/
env/
ENV/
.venv

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# TypeScript
*.tsbuildinfo
lib/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
coverage/
*.cover
*.py,cover
junit.xml

# Build artifacts
jupyterlab_ai_agent/_version.py
jupyterlab_ai_agent/labextension/

# Logs
*.log

# Environment variables
.env
!.env.example

# Temporary files
tmp/
temp/
*.tmp

# Personal/Scratch Files
*.ipynb
!README.md
backup/

# Data Files
*.csv
*.json
!package.json
!tsconfig.json
!tsconfig.test.json
!jest.config.js
!babel.config.js
!setup.py
!pyproject.toml
!install.json
*.xml
*.yaml
*.yml
*.txt
!requirements.txt

# Images
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.bmp
*.webp

# Markdown (except README.md and project docs)
*.md
!README.md
!AGENTS.md
!docs/*.md
!.opencode/skills/*.md

# Python cache
.ruff_cache/

# Playwright logs
.playwright-mcp/*.log
