# Ignore all Jupyter Notebooks
*.ipynb

# But track the Quarto notebooks (synced + executed, with outputs)
!docs/page/tutorials/*.ipynb
!docs/page/howto/*.ipynb

# Ignore Jupyter checkpoint folders
.ipynb_checkpoints/

# Ignore pycache files
__pycache__

# Ignore files generated by hypothesis
.hypothesis

# Ignore coverage files
.coverage
.coverage.*

# Test-data corpora are fetched on demand via timetoalign.testdata (pooch).
# Keep only the README, never the actual corpora.
tests/data/*
!tests/data/README.md
