From a24b095a13b7b9daeab41f6c0205715ef703bc6f Mon Sep 17 00:00:00 2001 From: RuiOrey Date: Mon, 17 Nov 2025 00:19:05 +0000 Subject: [PATCH] gitignore basico --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c344903 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.pyc +config.py \ No newline at end of file