# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

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

# Generated files
*.html
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Data and output
data/*
!data/graphical_abstract.svg
!data/example1/
!data/example1/**
!data/example2/
!data/example2/**
plots/*.html

# Docs
docs/_build/
docs/notebooks/*.ipynb
