### OS and IDE temporaries
*.DS_Store
.*~
.*.swp

## Latex temporaries
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*Notes.bib
*.fdb_latexmk
*.synctex.gz

### Python temporaries
**/__pycache__/*
*.py[cod]
*.egg
MANIFEST

### Jupyter temporaries
**/.ipynb_checkpoints

### Compiled binaries
*.so
*.o
*.a
*.exe
*.out

### Testing and coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
junit.xml

# Extra's
_version.py

# pixi environments
.pixi
*.egg-info

# Sphinx
docs/build
docs/jupyter_execute

### Generated publication figures
# The manuscript includes PDFs, but CI rebuilds every one of them from the
# tracked SVGs in the "svg to pdf" job (locally: the svgtopdf pixi task), so no
# PDF belongs in the repository.
publication/*.pdf
publication/figures/*.pdf

# The figure scripts emit one SVG per Bokeh panel and then compose them with
# skunk. Only the composed figures the manuscript includes are tracked; the
# per-panel intermediates are not.
publication/figures/basic_plotting_network.svg
publication/figures/basic_plotting_network_combined.svg
publication/figures/basic_plotting_network_uc.svg
publication/figures/cc_conductance.png
publication/figures/cc_network.svg
publication/figures/cc_network_panel.svg
publication/figures/cc_network_panel_uc.svg
publication/figures/cc_network_uc.svg
publication/figures/fabryperot.svg
publication/figures/fabryperot_uc.svg
