InternGPT / .gitignore
zyliu's picture
release iChatApp
0f90f73
# compilation and distribution
__pycache__
_ext
*.pyc
*.pyd
*.so
*.dll
*.egg-info/
build/
dist/
wheels/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
_darcs
# custom files
./image/
./tmp_files/