# Python相关 __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # PEP 582 __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Node.js相关 /UI/node_modules/ /UI/dist/ /UI/.npm /UI/.pnpm-debug.log* /UI/.yarn-debug.log* /UI/.yarn-error.log* /UI/.vite/ /UI/.env.local /UI/.env.development.local /UI/.env.test.local /UI/.env.production.local # 机器学习和AI相关 /saved_models/ /server/saved_models/ *.pt *.pth *.pkl *.pickle *.joblib *.h5 *.hdf5 *.onnx /models/ /checkpoints/ /runs/ /tensorboard_logs/ /mlruns/ # 预测结果和数据文件 /predictions/ /server/predictions/ /static/predictions/ *.csv *.xlsx *.xls !pharmacy_sales_multi_store.csv !pharmacy_sales_multi_store.xlsx !generate_multi_store_data.py # 数据库文件 *.db *.sqlite *.sqlite3 # 日志文件 *.log logs/ /server/logs/ # 临时文件和缓存 temp/ tmp/ .tmp/ *.tmp *.temp .cache/ cache/ # 图片和媒体文件(生成的) *.png *.jpg *.jpeg *.gif *.svg sales_trends.png # 配置文件 config.local.* .env.* !.env.example # IDE和编辑器文件 .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Windows系统文件 desktop.ini $RECYCLE.BIN/ # 便携式Python环境 /portable_python/ /tools/python-*-embed-*.zip # 备份文件 *.bak *.backup *.old # 压缩文件 *.zip *.tar.gz *.rar *.7z # 项目特定的忽略 /server/screenshots/ /test/debug_* /server/wwwroot/assets/*.js /server/wwwroot/assets/*.css /server/static/ /static/ # UV包管理器 .uv_cache/ # 安装脚本生成的文件 nul