From d4a4ce90cb2e7613408c28107dc39c442d9488b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gon=C3=A7alves=20Costa?= <20251144030032@ifrn.local> Date: Fri, 27 Mar 2026 21:24:05 -0300 Subject: [PATCH] =?UTF-8?q?adi=C3=A7=C3=A3o=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8469cb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +modulo_os/__pycache__/ \ No newline at end of file