From e46d0d6d605acd2ef315e981b4372f0b3a2a1977 Mon Sep 17 00:00:00 2001 From: "Guilherme G. Schardong" Date: Wed, 15 Apr 2026 22:26:02 +0100 Subject: [PATCH] Adding gitignore. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b95055f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.python-version +.vscode +*.egg-info +landmark_models +*__pycache__/ \ No newline at end of file