File size: 349 Bytes
5f685fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
!*.py
!*.json
!*.yaml
!*.template
*.pyc
**/__pycache__/
test.py
public/*
!public/white_reddit_template.png
!public/subscribe-animation.mp4
z_doc/*
z_other/*
videos/*
.logs/
.editing_assets/*
.database/api_db.json
.database/content_db.json
.database/asset_db.json
flagged/
.vscode
.env
ShortGPT.egg-info
dist
build
setup
test.ipynb
.venv/
MANIFEST.in |