# Python缓存文件 __pycache__/ *.pyc *.pyo *.pyd .Python # 构建目录 build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # 单元测试 / 覆盖报告 htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # 环境变量 .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Blender临时文件 *.blend1 *.blend2 # IDE配置 .vscode/ .idea/ *.swp *.swo *~ # 日志文件 *.log # 临时文件 temp/ tmp/ *.tmp # 操作系统文件 .DS_Store Thumbs.db