Stability / .gitignore
roshikhan3021's picture
Upload 19 files
0ce60a9 verified
raw
history blame contribute delete
172 Bytes
# C#
bin/
obj/
.vs/
.vscode/
*.user
*.suo
Properties/
.dotnet/
# This project
Output/
Data/
Models/
tmp/
Extensions/
dlbackend/
*.debug
# Python
__pycache__/
venv/
*.pth