chore: Add .gitignore with common exclusions for Python, Odoo, and development files.

This commit is contained in:
Suherdy Yacob 2026-01-20 17:22:17 +07:00
parent 77ff4d5f81
commit b9d337dc7a

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