From 6827d366382736e174b0b211084c14ee4cf4be16 Mon Sep 17 00:00:00 2001 From: creeper Date: Sat, 17 Jan 2026 13:28:55 +0000 Subject: [PATCH] =?UTF-8?q?.gitignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe67d86 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Ignore Python bytecode and caches +__pycache__/ +*.py[cod] + +# Ignore virtual environment directories +venv/ +env/ + +# Ignore Node modules +node_modules/ + +# Ignore compiled output directories +dist/ +build/ +out/ + +# Ignore logs and temporary files +*.log +*.tmp + +# Ignore IDE specific files +.idea/ +.vscode/ +*.iml + +# OS generated files +.DS_Store +Thumbs.db