# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# IDEs and editors
.vscode/
.idea/
*.swp
.DS_Store

# Ignore notebook results
notebooks/results/
notebooks/*.txt

# Ignore logs
scripts/results/logs/

# Ignore private files and select folders
notebooks/private/

# Ignore running marimo files
app/__marimo__/*
app/results/*
