diff --git a/.gitignore b/.gitignore index accc825..eb9851c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ *.so .Python env/ +venv/ +.venv/ build/ develop-eggs/ dist/ @@ -20,6 +22,15 @@ wheels/ *.egg-info/ .installed.cfg *.egg +.pytest_cache/ +.tox/ +.nox/ +.coverage +htmlcov/ +nosetests.xml +coverage.xml +*.cover +*.log # Odoo artifacts *.log @@ -27,19 +38,26 @@ odoo.conf /data/ /filestore/ /sessions/ +/logs/ +/dump/ # OS artifacts .DS_Store Thumbs.db ehthumbs.db Desktop.ini +*.tmp +*.bak +*.swp +*.swo +*~ # IDEs .idea/ .vscode/ -*.swp -*.swo -*~ +.history/ +*.sublime-project +*.sublime-workspace # Debug/Temp scripts found in project inspect_*.py @@ -53,10 +71,10 @@ txt.py update_error.txt update_log.txt addons/*.png +blog_posts_*.json # Local config/environment .env -.venv docker-compose.override.yml # Log / debug dump files @@ -66,7 +84,13 @@ docker-compose.override.yml shop_output.html upgrade_log.txt +# Database dumps +*.sql +*.sqlite +*.dump + # One-off scripts (keep .ps1 compose scripts but ignore others) cleanup_*.py fix_*.py -blog_posts_*.json +test_*.py +temp_*.py diff --git a/addons/Dine360_Chennora/__pycache__/__init__.cpython-310.pyc b/addons/Dine360_Chennora/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index c741d76..0000000 Binary files a/addons/Dine360_Chennora/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_dashboard/__pycache__/__init__.cpython-310.pyc b/addons/dine360_dashboard/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 839edc1..0000000 Binary files a/addons/dine360_dashboard/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/__pycache__/__init__.cpython-310.pyc b/addons/dine360_reservation/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 998782e..0000000 Binary files a/addons/dine360_reservation/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/controllers/__pycache__/__init__.cpython-310.pyc b/addons/dine360_reservation/controllers/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 86f1228..0000000 Binary files a/addons/dine360_reservation/controllers/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/controllers/__pycache__/main.cpython-310.pyc b/addons/dine360_reservation/controllers/__pycache__/main.cpython-310.pyc deleted file mode 100644 index 80c043c..0000000 Binary files a/addons/dine360_reservation/controllers/__pycache__/main.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/__init__.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 12bdb0d..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/reservation_holiday.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/reservation_holiday.cpython-310.pyc deleted file mode 100644 index 6d99c1a..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/reservation_holiday.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/reservation_peak_hour.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/reservation_peak_hour.cpython-310.pyc deleted file mode 100644 index b9e7637..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/reservation_peak_hour.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/reservation_schedule.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/reservation_schedule.cpython-310.pyc deleted file mode 100644 index 6e5535e..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/reservation_schedule.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/restaurant_reservation.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/restaurant_reservation.cpython-310.pyc deleted file mode 100644 index e670bc4..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/restaurant_reservation.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_reservation/models/__pycache__/restaurant_table.cpython-310.pyc b/addons/dine360_reservation/models/__pycache__/restaurant_table.cpython-310.pyc deleted file mode 100644 index f513e3c..0000000 Binary files a/addons/dine360_reservation/models/__pycache__/restaurant_table.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_restaurant/__pycache__/__init__.cpython-310.pyc b/addons/dine360_restaurant/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 3ad319e..0000000 Binary files a/addons/dine360_restaurant/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_restaurant/models/__pycache__/__init__.cpython-310.pyc b/addons/dine360_restaurant/models/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 0ef01d4..0000000 Binary files a/addons/dine360_restaurant/models/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_restaurant/models/__pycache__/res_users.cpython-310.pyc b/addons/dine360_restaurant/models/__pycache__/res_users.cpython-310.pyc deleted file mode 100644 index 9f8090c..0000000 Binary files a/addons/dine360_restaurant/models/__pycache__/res_users.cpython-310.pyc and /dev/null differ diff --git a/addons/dine360_theme_chennora/__pycache__/__init__.cpython-310.pyc b/addons/dine360_theme_chennora/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 96920c1..0000000 Binary files a/addons/dine360_theme_chennora/__pycache__/__init__.cpython-310.pyc and /dev/null differ