commit 0245f15049125f4cc06976b445e43d82a6e9ec73 Author: Niklas080208 Date: Tue Feb 3 17:38:50 2026 +0100 Added gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73fffbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Build artifacts +build/ +output/ +*.zip + +# macOS +.DS_Store +.AppleDouble +.LSOverride +._* + +# Windows +Thumbs.db +ehthumbs.db +Desktop.ini + +# Linux +*~ +.directory + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Temporary files +*.tmp +*.bak +*.log +stash/