# ===== frontend-vue ===== frontend-vue/node_modules/ frontend-vue/dist/ frontend-vue/new_web_source frontend-vue/auto-imports.d.ts frontend-vue/components.d.ts frontend-vue/npm-debug.log* frontend-vue/yarn-debug.log* frontend-vue/yarn-error.log* frontend-vue/pnpm-debug.log* # ===== backend-java ===== backend-java/target/ backend-java/data/ backend-java/*.log backend-java/logs/ backend-java/src/main/resources/application-local.yml backend-java/.idea/ backend-java/*.iml # ===== backend / app ===== __pycache__/ backend/tmp/ backend/__pycache__ app/__pycache__ app/new_web_source app/user_data/ # ===== logs ===== logs/ aiimage-backend.log* # ===== Python ===== __pycache__/ **/__pycache__/ *.py[cod] *$py.class *.pyo .Python *.egg-info/ *.egg MANIFEST .installed.cfg # Build / packaging app.zip build/ dist/ develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # Testing .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ htmlcov/ # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # Jupyter .ipynb_checkpoints *.ipynb_checkpoints/ profile_default/ ipython_config.py # ===== Database ===== *.db *.sqlite3 # ===== Misc ===== desktop/ ERP-Demo/ xlsx/ .omx/ .codex .rtk OPS_REDIS_MYSQL_OPTIMIZATION_NOTES.md 架构.md *ts.% .omc # ===== 本地规划文档(不入库)===== docs/plans/ docs/*plan*.md backend-java/docs/plans/ backend-java/docs/*plan*.md backend-java/docs/specs/ backend-java/docs/*audit*.md # ===== 进度/规划工具(本地使用,不入库)===== check_progress.py progress.json progress_*.json # ===== 本地预览工具(不入库)===== backend/_preview_mock.py