# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.coverage

# Virtual environments, caches, and IDE settings
.venv
.vscode
.pytest_cache
.ruff_cache
.codspeed
benchmark*.json
benchmark*.html

# Test visualizations
**/visualizations/

# Chat sessions
.chats

# JS Files
node_modules/
*.bundle.js

# Documentation build
site/

# Generated notebooks
notebooks/*.ipynb
