Each top-level module/suite folder is now its own private repo on GitHub (gsinghpal/<name>) and gitea (admin/<name>), with a fresh single initial commit. The monorepo no longer tracks them (added to .gitignore + git rm --cached); working-tree files are retained on disk and managed in their own repos. The monorepo keeps shared root files (CLAUDE.md, docs/, scripts/, tools/, AGENTS.md, WIP/obsolete dirs) and full history. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
70 lines
1.2 KiB
Plaintext
70 lines
1.2 KiB
Plaintext
# Python bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Odoo runtime
|
|
*.pyc-tmp
|
|
|
|
# Local-only diagnostic logs from test runs
|
|
_test_*.log
|
|
.superpowers/
|
|
|
|
# --- Split-out module repos (now independent git repos; managed separately) ---
|
|
/disable_iap_calls/
|
|
/disable_odoo_online/
|
|
/disable_publisher_warranty/
|
|
/fusion_accounts/
|
|
/fusion_api/
|
|
/fusion_canada_post/
|
|
/fusion_centralize_billing/
|
|
/fusion_chatter_enhance/
|
|
/fusion_claims/
|
|
/fusion_clock/
|
|
/fusion_clock_ai/
|
|
/fusion_clover/
|
|
/fusion_digitize/
|
|
/fusion_faxes/
|
|
/fusion_helpdesk/
|
|
/fusion_helpdesk_central/
|
|
/fusion_inventory/
|
|
/fusion_loaners_management/
|
|
/fusion_login_audit/
|
|
/fusion_ltc_management/
|
|
/fusion_notes/
|
|
/fusion_odoo_fixes/
|
|
/fusion_payroll/
|
|
/fusion_pdf_preview/
|
|
/fusion_planning/
|
|
/fusion_portal/
|
|
/fusion_poynt/
|
|
/fusion_rental/
|
|
/fusion_repairs/
|
|
/fusion_reports_templates/
|
|
/fusion_ringcentral/
|
|
/fusion_schedule/
|
|
/fusion_service_charges/
|
|
/fusion_shipping/
|
|
/fusion_so_to_po/
|
|
/fusion_tasks/
|
|
/fusion_templates/
|
|
/fusion_theme_switcher/
|
|
/fusion_voip_ringcentral/
|
|
/fusion_whitelabels/
|
|
/network_logger/
|
|
/nexa_coa_setup/
|
|
/fusion_plating/
|
|
/fusion_accounting/
|
|
/fusion_iot/
|
|
/fusion_labels/
|
|
/fusion_projects/
|
|
/fusion-statements/
|
|
/fusion-woo-odoo/
|