# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# TypeScript compiled output
lib/
*.tsbuildinfo

# JupyterLab build outputs
jbang_jupyter_runner/labextension/

# Build logs
build.log

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

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# Temporary files
*.tmp
*.bak
.cache/
.ipynb_checkpoints/

# Yarn cache
.yarn/cache/
.yarn/install-state.gz
.yarn/build-state.yml
.eslintcache
