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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# marimo-book build artifacts
_site/
_site_src/
.marimo_book_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# uv
uv.lock
.python-version
__marimo__/

# hatch-vcs build hook output — version materialised at build time
src/marimo_book/_version.py

# Browser-automation artifacts (Playwright MCP screenshots, snapshots)
.playwright-mcp/
# Stray screenshots at repo root only — leading slash anchors to root,
# so legit assets under .github/, docs/, src/, etc. are unaffected.
/*.png
/*.jpg
/*.jpeg
