# Virtual environment
.venv/

# Python
dist/
__pycache__/
*.py[cod]

# Marimo
tmp/
__marimo__

# Testing
.pytest_cache/

# Profiling
.coverage
coverage.json

# Emacs
*~

# VS Code
.vscode

# MacOS
.DS_store
