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

*.egg-info/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
.venv/
ENV/
.venv

# uv — lockfile not committed for a library (see PR #42)
uv.lock

# Local scratch notes (per-developer, not for the repo)
.scrap/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# setuptools_scm
_version.py

# Sphinx documentation
docs/_build/
docs/_autosummary/
docs/api/generated/

*/.DS_Store
.DS_Store

.vscode/*

.idea/
data/*
*/storm/*
__marimo__

docs/diagrams/*
storm/*

sandbox
