diff --git a/cerc_hub.egg-info/.gitignore b/cerc_hub.egg-info/.gitignore new file mode 100644 index 00000000..e0a497ab --- /dev/null +++ b/cerc_hub.egg-info/.gitignore @@ -0,0 +1,3 @@ +# Except this file +* +!.gitignore \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 72293904..ea99fe66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ xmltodict numpy -trimesh[all]==3.12.0 +trimesh[all] pyproj pandas requests diff --git a/tests/tests_outputs/.gitignore b/tests/tests_outputs/.gitignore index 6427e2a2..e0a497ab 100644 --- a/tests/tests_outputs/.gitignore +++ b/tests/tests_outputs/.gitignore @@ -1,2 +1,3 @@ # Except this file +* !.gitignore \ No newline at end of file