feat: Initialize project and Phase 1 MyMach Social Next-Gen module structure

This commit is contained in:
cerenX9
2026-07-27 12:46:58 +03:00
commit 75c390d1a4
13 changed files with 257 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
env/
.env
# Docker / Veritabanı Volume verileri (Sadece klasör açılmışsa)
odoo-web-data/
odoo-db-data/