chore: add .gitignore to exclude common development and compiled files.

This commit is contained in:
Suherdy Yacob 2026-01-20 17:20:39 +07:00
parent f7ffb8b16d
commit 77ee97f1cc
8 changed files with 15 additions and 0 deletions

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

Binary file not shown.