CoolFace
Apppublic

ishantvivek/codegen

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitignore26 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*$py.class4 5# VS code files6.vscode7 8# PyInstaller9#  Usually these files are written by a python script from a template10#  before PyInstaller builds the exe, so as to inject date/other infos into it.11*.manifest12*.spec13 14# Jupyter Notebook15.ipynb_checkpoints16 17 18# Environments19.env20.venv21env/22venv/23ENV/24env.bak/25venv.bak/26