首次提交

This commit is contained in:
zwf
2026-06-02 16:26:10 +08:00
commit 291e6fcaae
79 changed files with 11283 additions and 0 deletions
+88
View File
@@ -0,0 +1,88 @@
# 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/