# .gitignore for jupypress

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
pip-wheel-metadata/
__pypackages__/

# Virtual environments
venv/
ENV/
env/
.venv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Jupyter
.ipynb_checkpoints/

# Node/JS
node_modules/
.yarn/
*.tsbuildinfo
*.d.ts
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp/
.pnp.js
.package-lock.json # because we use jlpm (yarn instead of npm)

# TypeScript build output
lib/

# Hatch
.hatch/

# pytest
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage

# Jest coverage
coverage/

# OS
.DS_Store
.env
.env.*
.cache/

# Local tools (act binary)
bin/

# Local AI/agent tooling state
.agents/
.codex/
.playwright-mcp/

# Prompts (local dev only)
.github/prompts/

# Compiled labextensions and static assets
jupypress/labextension/

# Reference
reference/
