Update gitignore

This commit is contained in:
987123879113 2021-09-09 18:43:57 +09:00
parent 6429d7fc4b
commit 55e23627d8
2 changed files with 13 additions and 1 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
__pycache__
*.mp3
*.m4a
*.DAT
build/
DAT/
*.c
*.cpp
*.so
*.html
\#[^\\]*/

View File

@ -1,3 +1,4 @@
__pycache__ __pycache__
env env
data data
*.json