ozai-webui/.gitignore

14 lines
156 B
Plaintext
Raw Normal View History

2024-02-14 21:51:01 +01:00
# ---> Python
# Byte-compiled / optimized / DLL files
2024-03-23 17:49:50 +01:00
src/__pycache__/
2024-02-14 21:51:01 +01:00
__pycache__/
*.py[cod]
*$py.class
2024-03-23 17:49:50 +01:00
# Visual Studio Code
2024-03-24 00:48:43 +01:00
.vscode/
#nix
dist/
result/