mirror of
https://github.com/ningzimu/codex-ppt-skill.git
synced 2026-09-14 20:06:52 +08:00
16cfd4b04c
* feat: refine party-government red style guidance * docs: reference pull request in changelog * docs: remove premature pull request reference * feat: refine teaching courseware style guidance * chore: ignore generated outputs directory * docs: reference pull request in changelog
96 lines
933 B
Plaintext
96 lines
933 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
.env
|
|
|
|
# Generated files
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
*.bmp
|
|
*.pptx
|
|
*.pdf
|
|
examples/
|
|
!assets/
|
|
!assets/slides_example.png
|
|
!assets/paper-figures-example.png
|
|
!assets/codex-ppt-community-qr.png
|
|
!assets/atlas-cloud-logo.png
|
|
!assets/good-skill-design.pptx
|
|
!assets/skill_duo_intro.pdf
|
|
!assets/style-previews/
|
|
!assets/style-previews/*.png
|
|
|
|
# Test outputs
|
|
tests/
|
|
test_output/
|
|
outputs/
|
|
temp/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# data
|
|
/data
|
|
/decks
|