diff options
author | rgraef <romangraef@gmail.com> | 2021-04-21 14:16:09 +0200 |
---|---|---|
committer | rgraef <romangraef@gmail.com> | 2021-04-21 14:16:09 +0200 |
commit | bcb0973e979968d0a07eb7c826df0889ed7c3979 (patch) | |
tree | d1778733d2051f8dae60815f52811a0f81fa4ba0 /.gitignore | |
download | txtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.tar.gz txtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.tar.bz2 txtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5fe787 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +venv/ +__pycache__/ +.vscode/ +.idea/ |