]> Andreas Glashauser | Gitweb - dotfiles.git/commitdiff
ADDED: __pycache__ to gitignore main
authorAndreas Glashauser <ag@andreasglashauser.com>
Sat, 22 Mar 2025 18:28:21 +0000 (19:28 +0100)
committerAndreas Glashauser <ag@andreasglashauser.com>
Sat, 22 Mar 2025 18:28:21 +0000 (19:28 +0100)
gitignore

index 1cd86a4af5a4540194f3d0bc002c1386abab0670..201466cf23b2cb724613d2f2b04e589840fd66c2 100644 (file)
--- a/gitignore
+++ b/gitignore
@@ -3,3 +3,5 @@ node_modules/
 tmp/
 *.log
 data/
+
+__pycache__