feat: Add .gitignore with common Python, Odoo, and editor/system exclusions.

This commit is contained in:
Suherdy Yacob 2026-01-21 10:43:00 +07:00
parent d322793576
commit d10ef65257

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
*~