diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..696e65e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +./data +src/data +src/__pycache__ diff --git a/data/notes.pickle b/data/notes.pickle index bbb570e..92c3c88 100644 Binary files a/data/notes.pickle and b/data/notes.pickle differ diff --git a/src/__pycache__/classes.cpython-39.pyc b/src/__pycache__/classes.cpython-39.pyc deleted file mode 100644 index 612101e..0000000 Binary files a/src/__pycache__/classes.cpython-39.pyc and /dev/null differ diff --git a/src/__pycache__/funcs.cpython-39.pyc b/src/__pycache__/funcs.cpython-39.pyc deleted file mode 100644 index fdcefa4..0000000 Binary files a/src/__pycache__/funcs.cpython-39.pyc and /dev/null differ diff --git a/src/data/notes.pickle b/src/data/notes.pickle deleted file mode 100644 index 92fc181..0000000 Binary files a/src/data/notes.pickle and /dev/null differ