aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-24 09:55:18 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-24 09:55:18 +0200
commit92eb91cae76192ba0127f8bde3c78d1b3371a63e (patch)
treeff3027cb653cfb31c39eeb6bbb1a1e2f63b9d1cd /.gitignore
downloadgame_of_life-92eb91cae76192ba0127f8bde3c78d1b3371a63e.tar.gz
game_of_life-92eb91cae76192ba0127f8bde3c78d1b3371a63e.tar.bz2
game_of_life-92eb91cae76192ba0127f8bde3c78d1b3371a63e.zip
Game of life in Python initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5c53fbe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+__pycache__
+patterns/*
+!/patterns/.gitkeep