add gitignore

This commit is contained in:
mkallipo 2024-12-01 20:04:32 +01:00
parent d9dbc679e3
commit 03dc19fd3b
7 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Ignore macOS system files
.DS_Store
# Ignore Python cache files
__pycache__/

File diff suppressed because one or more lines are too long