koko
1d9d138423
fix: update frontend
2026-04-28 21:42:30 +08:00
koko
cd2b437be5
Stop tracking generated Python bytecode
...
Generated __pycache__ files were already ignored in some paths but remained tracked in the repository, which caused merge noise and binary conflicts. This removes the tracked bytecode from the index and adds an explicit recursive ignore rule so future Python runs do not reintroduce them.
Constraint: Existing repository history already tracked pycache files across app, backend, and source_code
Rejected: Delete local pycache directories from disk | only repository tracking needed to be removed
Confidence: high
Scope-risk: narrow
Directive: Do not force-add __pycache__ or *.pyc files unless there is a documented runtime packaging reason
Tested: git ls-files shows no remaining paths containing __pycache__/
Not-tested: Application runtime; change only affects tracked generated artifacts and ignore rules
2026-04-28 20:57:53 +08:00
铭坤
42bdd59c71
modified: .env
...
modified: amazon/__pycache__/approve.cpython-39.pyc
modified: amazon/__pycache__/detail_spider.cpython-39.pyc
modified: amazon/__pycache__/price_match.cpython-39.pyc
modified: amazon/approve.py
modified: amazon/detail_spider.py
modified: amazon/price_match.py
modified: assets/convert.js
modified: assets/dedupe.js
modified: assets/delete-brand.js
modified: assets/split.js
modified: blueprints/__pycache__/admin.cpython-39.pyc
modified: blueprints/__pycache__/brand.cpython-39.pyc
modified: blueprints/__pycache__/main.cpython-39.pyc
modified: blueprints/main.py
modified: brand_spider/__pycache__/main.cpython-39.pyc
modified: new_web_source/convert.html
modified: new_web_source/dedupe.html
modified: new_web_source/delete-brand.html
modified: new_web_source/split.html
modified: tool/__pycache__/devices.cpython-39.pyc
2026-04-28 15:21:57 +08:00
铭坤
0b57aea5f6
modified: amazon/__pycache__/approve.cpython-39.pyc
...
modified: amazon/__pycache__/asin_status.cpython-39.pyc
new file: amazon/__pycache__/detail_spider.cpython-39.pyc
modified: amazon/__pycache__/main.cpython-39.pyc
modified: amazon/__pycache__/match_action.cpython-39.pyc
modified: amazon/__pycache__/price_match.cpython-39.pyc
modified: amazon/approve.py
modified: amazon/asin_status.py
new file: amazon/detail_spider.py
modified: amazon/main.py
modified: amazon/match_action.py
modified: amazon/price_match.py
modified: assets/convert.js
modified: assets/dedupe.js
modified: assets/delete-brand.js
modified: assets/split.js
modified: new_web_source/convert.html
modified: new_web_source/dedupe.html
modified: new_web_source/delete-brand.html
modified: new_web_source/split.html
modified: web_source/brand.html
2026-04-27 00:21:37 +08:00
铭坤
d272afae1c
modified: amazon/__pycache__/approve.cpython-39.pyc
...
new file: amazon/__pycache__/asin_status.cpython-39.pyc
modified: amazon/__pycache__/main.cpython-39.pyc
modified: amazon/__pycache__/match_action.cpython-39.pyc
modified: amazon/__pycache__/price_match.cpython-39.pyc
modified: amazon/approve.py
modified: amazon/asin_status.py
modified: amazon/main.py
modified: amazon/match_action.py
modified: amazon/price_match.py
modified: web_source/brand.html
modified: web_source/templates_backup/brand.html
2026-04-24 23:00:59 +08:00
铭坤
2f2db4986e
modified: app/amazon/__pycache__/approve.cpython-39.pyc
...
modified: app/amazon/__pycache__/del_brand.cpython-39.pyc
modified: app/amazon/__pycache__/match_action.cpython-39.pyc
modified: app/amazon/__pycache__/price_match.cpython-39.pyc
modified: app/amazon/approve.py
modified: app/amazon/del_brand.py
modified: app/amazon/match_action.py
modified: app/amazon/price_match.py
modified: app/assets/convert.js
modified: app/assets/dedupe.js
modified: app/assets/delete-brand.js
modified: app/assets/split.js
modified: app/new_web_source/convert.html
modified: app/new_web_source/dedupe.html
modified: app/new_web_source/delete-brand.html
modified: app/new_web_source/split.html
2026-04-23 10:41:07 +08:00
铭坤
0341838d19
modified: amazon/__pycache__/approve.cpython-39.pyc
...
modified: amazon/__pycache__/main.cpython-39.pyc
modified: amazon/__pycache__/match_action.cpython-39.pyc
new file: amazon/__pycache__/price_match.cpython-39.pyc
modified: amazon/__pycache__/tool.cpython-39.pyc
modified: amazon/approve.py
new file: amazon/asin_status.py
modified: amazon/main.py
modified: amazon/price_match.py
new file: "amazon/price_match_\346\227\247.py"
modified: amazon/tool.py
modified: assets/convert.js
modified: assets/dedupe.js
modified: assets/delete-brand.js
modified: assets/split.js
modified: new_web_source/convert.html
modified: new_web_source/dedupe.html
modified: new_web_source/delete-brand.html
modified: new_web_source/split.html
deleted: web_source/admin.html
deleted: "web_source/brand - \345\211\257\346\234\254.html"
deleted: "web_source/brand-\346\227\247.html"
deleted: web_source/brand.html
deleted: web_source/home.html
deleted: web_source/index.html
deleted: web_source/login.html
2026-04-22 00:51:41 +08:00