chore: Add .gitignore file to exclude common temporary and system files.

This commit is contained in:
Suherdy Yacob 2026-01-20 17:02:21 +07:00
parent 5bcc6a19ad
commit 064edd2c3a

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
# Odoo
*.pot