From 282820aecd6e3da0f253cb995c04da1c7abedd71 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Sep 2025 17:00:25 -0400 Subject: [PATCH 1/5] Add dev to .gitignore in template --- templates/gitignore/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitignore/.gitignore b/templates/gitignore/.gitignore index 10593a9..d531d69 100644 --- a/templates/gitignore/.gitignore +++ b/templates/gitignore/.gitignore @@ -9,6 +9,7 @@ .vscode/ Manifest.toml benchmark/*.json +dev docs/Manifest.toml docs/build/ docs/src/index.md From cd4b77d449ff7fab9238ea749ce0a76ea0016d8b Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Sep 2025 17:01:19 -0400 Subject: [PATCH 2/5] Add dev to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3f56bbb..8fa1acd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .vscode/ Manifest.toml benchmark/*.json +dev docs/LocalPreferences.toml docs/Manifest.toml docs/build/ From c67610bde9f5011c46cdcc2abe3bb5a22e7cce80 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Sep 2025 17:01:58 -0400 Subject: [PATCH 3/5] Update .gitignore to include new directories and files --- templates/gitignore/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/gitignore/.gitignore b/templates/gitignore/.gitignore index d531d69..7085ca8 100644 --- a/templates/gitignore/.gitignore +++ b/templates/gitignore/.gitignore @@ -9,7 +9,10 @@ .vscode/ Manifest.toml benchmark/*.json -dev +dev/ +docs/LocalPreferences.toml docs/Manifest.toml docs/build/ docs/src/index.md +examples/LocalPreferences.toml +test/LocalPreferences.toml From f287cd4e5b874e73cd20f5c8a7ee8b47b71f447a Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Sep 2025 17:02:12 -0400 Subject: [PATCH 4/5] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fa1acd..7085ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ .vscode/ Manifest.toml benchmark/*.json -dev +dev/ docs/LocalPreferences.toml docs/Manifest.toml docs/build/ From 0402cb6c91bcab74a668d5554da5764f1863d237 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Sep 2025 17:02:42 -0400 Subject: [PATCH 5/5] Bump version from 0.3.16 to 0.3.17 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index acf13f5..ba1a77a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorPkgSkeleton" uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea" authors = ["ITensor developers and contributors"] -version = "0.3.16" +version = "0.3.17" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"