diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-25 19:56:48 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-06-25 19:56:48 +0200 |
commit | 77764bee49c93a5d08d134cf7919b7f84a997e20 (patch) | |
tree | 361c57d16e578b8ce1cc1bdd7c5c694c08744432 /.gitignore | |
parent | f57799a2b45cf7ad76ca9cff32cb4d1d86c2f2c4 (diff) | |
download | imago-77764bee49c93a5d08d134cf7919b7f84a997e20.tar.gz imago-77764bee49c93a5d08d134cf7919b7f84a997e20.zip |
Back to the documentation after creating neural networks.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,10 @@ *.sgf +# images +*.png +*.jpg +*.xcf + # doc *.pdf doc/out/ @@ -12,3 +17,9 @@ __pycache__/ # ply parser.out parsetab.py + +# logs +*.log + +# NN models +models/ |