# Python
__pycache__/
*.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/

# uv
uv.lock

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

# Jupyter
.ipynb_checkpoints/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Jupyter Book
_build/
.notebook-stamps/

# Proposals
proposals/

# Research manuscript (kept locally, not in the public repo)
papers/nd_dy_separation/

# Generated notebook/report exports
examples/*.html
differentiable-flowsheets-ree.html
differentiable-flowsheets-ree.pdf

# Claude Code local settings
.claude/
**/.claude/
