feat: add skiff

This commit is contained in:
2026-07-04 10:50:03 +08:00
parent 8b5ac01a9d
commit c2acbc3809
16 changed files with 1501 additions and 73 deletions
+33
View File
@@ -0,0 +1,33 @@
# Pythonskiff CLI 运行时产物)
__pycache__/
*.py[cod]
*$py.class
*.so
# 虚拟环境
.venv/
venv/
env/
# 打包 / 测试(若后续扩展)
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
# 编辑器 / IDE
.idea/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 本地环境配置(勿提交密钥)
.env
.env.*