Files
.pouch/.gitignore
T
laily f3cd56b78e feat: rename skills/skiff to pouch and move ACK state under .pouch
Use ~/.pouch, the pouch CLI, and .pouch.yaml as the SSOT container.
Keep the inner skills/ packages, and store ACK project state in
.pouch/ack instead of docs/ack.
2026-08-25 15:20:02 +08:00

34 lines
351 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Pythonpouch 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.*