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

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

# Jupyter
.ipynb_checkpoints/

# SBC user state (persistence data)
.sbc/

# macOS
.DS_Store

# Emacs
.projectile
*~
\#*\#
.#*

# IDE
.vscode/
.idea/

# Environment
.env
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
