Add text to README and .gitignore

This commit is contained in:
Lexi / Zoe 2025-10-17 23:35:11 +02:00
parent fa5b3b2836
commit 6d9b5a99f5
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 42 additions and 1 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# IDEs and editors
/.idea
/.vscode
# General
/tmp
/_tmp
.cache
# Python
__pycache__/
*.py[cod]