Added gitignore

This commit is contained in:
Niklas080208 2026-02-03 17:38:50 +01:00
commit 0245f15049
No known key found for this signature in database

32
.gitignore vendored Normal file
View file

@ -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/