# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Caches *.cache *.db *.log # Distribution / packaging .build/ dist/ build/ *.egg-info/ *.egg/ # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ # PyCharm .idea/ *.iml *.ipynb_checkpoints # VS Code .vscode/ # Environment .venv/ venv/ ENV/ env/ .ENV/ env.bak/ venv.bak/ # Logs logs/ # Examples 运行时日志(演示用途,不提交) examples/*/logs/ # Config files (local overrides) config.json config.local.json !examples/*/config.json # OS .DS_Store Thumbs.db # Jupyter Notebook .ipynb_checkpoints # Docker docker-compose.yml Dockerfile # IDE *.swp *.swo *.swn # Backup files *.bak *.tmp # Project-specific .PASTE_FRAMEWORK_CACHE/