From 40d73f0c1a4cdaec44e79b7554d5b0317e6964d4 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:04:52 +0200 Subject: Initial prototyping with RNN/Transformers without actual data. Added an actual logo for the project. Changes to be committed: modified: .gitignore new file: assets/FreeFlowLogo.png new file: prototype.py --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6bba59..2f233b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Python +__pycache__/ + # Logs logs *.log -- cgit v1.2.3