mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update gitignore to be compatible with v4
This commit is contained in:
parent
571f381c75
commit
4db26cb828
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,4 +1,11 @@
|
||||||
|
config.ini
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
__pycache__
|
__pycache__
|
||||||
test.py
|
diario.json
|
||||||
|
libopus-0.dll
|
||||||
|
music.opus
|
||||||
|
opusfiles/
|
||||||
|
ignored/
|
||||||
|
markovmodels/
|
||||||
|
logs/
|
||||||
|
|
Loading…
Reference in a new issue