From c63642743e6d6ffdfac720927eb394c41523f75f Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Thu, 23 May 2024 13:44:17 -0700 Subject: [PATCH] After pixi init --- .gitattributes | 3 +++ .gitignore | 4 ++++ pixi.toml | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 pixi.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..16ef5c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# GitHub syntax highlighting +pixi.lock linguist-language=YAML + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..44ba5fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# pixi environments +.pixi +*.egg-info + diff --git a/pixi.toml b/pixi.toml new file mode 100644 index 0000000..0dfb704 --- /dev/null +++ b/pixi.toml @@ -0,0 +1,11 @@ +[project] +name = "earthengine-dask" +version = "0.1.0" +description = "Add a short description here" +authors = ["Tyler Erickson "] +channels = ["conda-forge"] +platforms = ["osx-arm64"] + +[tasks] + +[dependencies]