summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorrgraef <romangraef@gmail.com>2021-04-21 14:16:09 +0200
committerrgraef <romangraef@gmail.com>2021-04-21 14:16:09 +0200
commitbcb0973e979968d0a07eb7c826df0889ed7c3979 (patch)
treed1778733d2051f8dae60815f52811a0f81fa4ba0 /.gitignore
downloadtxtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.tar.gz
txtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.tar.bz2
txtgameengine-bcb0973e979968d0a07eb7c826df0889ed7c3979.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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/