From 385ea9271dd5e32bcbba0e67a8e0f4003bdd2684 Mon Sep 17 00:00:00 2001 From: Zane Selvans Date: Fri, 1 Dec 2023 22:34:52 -0600 Subject: [PATCH] Remove obsolete .env and .pudl.yml configuration files. --- .env | 7 ------- .pudl.yml | 2 -- 2 files changed, 9 deletions(-) delete mode 100644 .env delete mode 100644 .pudl.yml diff --git a/.env b/.env deleted file mode 100644 index ea81d87..0000000 --- a/.env +++ /dev/null @@ -1,7 +0,0 @@ -# This is the pudl_in / pudl_out directory that should have the data, sqlite, -# and parquet subdirectories in it: -PUDL_DATA=./pudl_data - -# A directory for notebooks (or other files) you want to have access to -# inside the container: -USER_DATA=./user_data diff --git a/.pudl.yml b/.pudl.yml deleted file mode 100644 index a48ae91..0000000 --- a/.pudl.yml +++ /dev/null @@ -1,2 +0,0 @@ -pudl_in: /home/jovyan/shared -pudl_out: /home/jovyan/shared