From 36070e012db1d1ea1e7562936da683b0b167c44c Mon Sep 17 00:00:00 2001 From: Joao Date: Fri, 27 Mar 2026 21:32:02 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20do=20arquivo=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