# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/
*.egg

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Sphinx documentation builds
docs/_build/

# Jupyter
.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db

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

# Notebook artefacts (we keep tutorial.ipynb and tutorial_executed.ipynb)
notebooks/preview-*.jpg
notebooks/tutorial_preview.html
notebooks/tutorial_preview.pdf

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Distribution / packaging
MANIFEST
