From 92dd34ae968a48c35a34e778550577a1d6d86205 Mon Sep 17 00:00:00 2001
From: Alex Drozd <drozdster@gmail.com>
Date: Mon, 6 Nov 2023 22:32:52 +0100
Subject: ignoring venv in .gitignore

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 7c87766..d4b5748 100644
--- a/.gitignore
+++ b/.gitignore
@@ -191,3 +191,7 @@ godot.creator.*
 
 # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
 compile_commands.json
+
+# Python development
+.venv
+venv
-- 
cgit v1.2.3