From ab917fa3036639417a30fc409b67b76e092001e9 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:29:39 +0000 Subject: [PATCH] Move DataPuller to subdir --- .gitignore => DataPuller/.gitignore | 0 OpenHaystack.zip => DataPuller/OpenHaystack.zip | Bin README.md => DataPuller/README.md | 0 main.py => DataPuller/main.py | 0 requirements.txt => DataPuller/requirements.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => DataPuller/.gitignore (100%) rename OpenHaystack.zip => DataPuller/OpenHaystack.zip (100%) rename README.md => DataPuller/README.md (100%) rename main.py => DataPuller/main.py (100%) rename requirements.txt => DataPuller/requirements.txt (100%) diff --git a/.gitignore b/DataPuller/.gitignore similarity index 100% rename from .gitignore rename to DataPuller/.gitignore diff --git a/OpenHaystack.zip b/DataPuller/OpenHaystack.zip similarity index 100% rename from OpenHaystack.zip rename to DataPuller/OpenHaystack.zip diff --git a/README.md b/DataPuller/README.md similarity index 100% rename from README.md rename to DataPuller/README.md diff --git a/main.py b/DataPuller/main.py similarity index 100% rename from main.py rename to DataPuller/main.py diff --git a/requirements.txt b/DataPuller/requirements.txt similarity index 100% rename from requirements.txt rename to DataPuller/requirements.txt