Added gitignore

This commit is contained in:
2025-09-03 18:11:09 +01:00
parent 0432dc9dca
commit 6b1e286a00

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Ignore log files
*.log
# Ignore backup files and flags
*.bak
*.flag
# Ignore PowerShell/Batch temporary files
*.ps1~
*.cmd~
*.tmp
.vscode/