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

# Virtual environments
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Distribution
*.whl

# Documentation
docs/_build/
docs/.jupyterlite/
docs/.jupyterlite.doit.db
docs/content/
docs/stlite_demo.md
docs/api/_autosummary/
docs/locale/**/*.mo
*.doctree
.doctrees/
*.pickle
*.pkl

# JupyterLite - ignore generated notebooks (source is .py)
jupyterlite/content/*.ipynb
