# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
.pyre/
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/

# Build
build/
dist/
*.egg-info/
.eggs/

# Documentation
docs/_site/
docs/.quarto/
docs/_freeze/
docs/.jupyter_cache/

# OS
.DS_Store
Thumbs.db

# Project specific
*.html
!docs/*.html
uv.lock
