chore: add gitignore and clean up whitespace in README.rst

This commit is contained in:
Suherdy Yacob 2026-05-19 17:06:21 +07:00
parent 93c72d6b07
commit 250fa544d4
2 changed files with 10 additions and 2 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
__pycache__/
*.py[cod]
*$py.class
.DS_Store
.idea/
.vscode/
*.swp
*.swo