# Python
__pycache__/
src/tsam/_version.py
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*/.ipynb_checkpoints/

# Documentation
docs/build/
site/

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
*.lp
*.glp
*.mp4
trash/

# Notebook output artifacts (regenerated when notebooks run)
docs/notebooks/results/
docs/notebooks/clustering.json
