From 573a95cb520b14c6a0cc5712bc1636b49576afe1 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Sun, 11 May 2025 12:44:16 +0200 Subject: [PATCH] this is a kotlin project xDDDD --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 4788b4b..188f3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,13 @@ buildNumber.properties # Common working directory run/ + +# python +*.pyc +__pycache__/ +*.pyo +*.pyd +.Python +env/ +venv/ +ENV/