# Apple
*.DS_Store
**/.DS_Store
.DS_Store*

# Python
*.pyc
*.egg-info
*.ipynb_checkpoints*

# Single-cell
E-GEOD-*
E-MTAB-*

# Large files
doc/data/
doc/private

# Python build artifacts
build/
dist/
*.egg-info/

# Rest
.vscode

doc/network_fitting/test/
doc/network_fitting/test_network_model/

# doc/figures: track .py analysis scripts, ignore heavy notebooks/outputs.
# (A file can't be re-included once its parent dir is ignored, so ignore the
#  directory's *contents* and re-include .py.)
doc/figures/*
!doc/figures/*.py

# Images
*.png
*.jpg
*.jpeg
*.gif
*.svg

# Rendered rebuttal figures (regenerable; keep the dir source-only)
doc/ringscore_distributions/*.pdf

src/ringity/_version.py

/dist/
/build/
/*.egg-info/
/*.egg
/.venv
__pycache__/
*.pyc
tmp/
