From e14030913d39883b0185319277fc45b515438ace Mon Sep 17 00:00:00 2001 From: James <60270865+Endlessflow@users.noreply.github.com> Date: Sun, 10 Mar 2024 13:38:39 -0400 Subject: [PATCH] initial commit --- .gitignore | 17 +++++++++++++++++ README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..115a758 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# .gitignore + +# Python cache files +__pycache__ +*.pyc + +# Virtual environment +venv/ + +# Jupyter notebook checkpoints +.ipynb_checkpoints/ + +# VS Code settings +.vscode/ + +# Pytest cache +.pytest_cache/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cabb93 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# The vision + +To develop a simple, yet powerful tool that processes user-input text to generate flashcards for study purposes, with an option to export these in a format compatible with Anki, a popular flashcard application.