chore: add gitignore for Python cache and IDE files

This commit is contained in:
Suherdy Yacob 2026-05-19 17:04:50 +07:00
parent fcbd41c750
commit 05e2fb3fbb

8
.gitignore vendored Normal file
View File

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