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