diff options
author | nea <romangraef@gmail.com> | 2022-11-27 18:37:28 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-11-27 18:37:28 +0100 |
commit | 30e7386f0d7d43497195bb6c66bc0f9a0176822f (patch) | |
tree | 4ded162f17dc7bde58707d979a08e55c5f93fb51 /.gitignore | |
download | chess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.tar.gz chess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.tar.bz2 chess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.zip |
Hehehe
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2483976 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +__pycache__/ |