chore: Add .gitignore to exclude common Python, Odoo, and editor-related files.

This commit is contained in:
Suherdy Yacob 2026-01-21 11:04:24 +07:00
parent 808402f59e
commit 6d0c445279

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
*.py[cod]
__pycache__/
*.so
# Odoo
*.po~
*.pot~
# Editor / System
.DS_Store
.vscode/
*.swp
*.swo
*~