# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
venv/
env/
pip-wheel-metadata/
*.whl

# Node / npm
node_modules/
.yarn/
lib/
*.tsbuildinfo

# JupyterLab build artefacts
marimo_jupyter_scheduler/labextension/
marimo_jupyter_scheduler/_version.py

# Database
*.db
*.sqlite
*.sqlite3

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

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Docs
docs/_build/
