# ignore everything in root
/*
# except for these files
!README.md
!LICENSE.txt
!uv.lock
!pyproject.toml
!.readthedocs.yaml

# and these folderers
!/asteca
!/docs

# But ignore these files
*.pyc

# and ignore these folders
/docs/build/*
/docs/_build/*
/docs/autoapi/*
/docs/apidocs/*
# Jupyter Notebook
.ipynb_checkpoints