diff options
author | Alphara <alphara@deltarion> | 2023-02-12 01:15:54 +0200 |
---|---|---|
committer | Alphara <alphara@deltarion> | 2023-02-12 01:15:54 +0200 |
commit | c43fdcf1ee45ecd112411f77b2519cbee9941b04 (patch) | |
tree | f628b7eefd1476dbcac1340f3eaec54cd526617c /.gitignore | |
parent | 7c84258c739c7c998526ad86fbea51bb6e8c6f7a (diff) |
initial migration of the project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +### custom ignores here +Images/* +images.npy + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |