From 90745491298e363227ea35201532664853daec7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bedir=20Tu=C4=9Fra=20Karaabal=C4=B1?= <69633060+bdrtr@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:36:05 +0300 Subject: [PATCH] Create .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78f4b5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +myenv +myenv/ +# Ignore the virtual environment directory +__pycache__ +# Ignore Python bytecode files +*.pyc +# Ignore compiled Python files +*.pyo +