# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo

# Virtual environments (uv will put them under .venv)
.venv/

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

# VS Code settings
.vscode/
.history/

# Jupyter notebook
.ipynb_checkpoints/
*.ipynb

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

# Specific files
important.py
plotly.py
notebook.py

site/*