diff --git a/.gitignore b/.gitignore index 905985e..2ee3cc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/* -*.pyc \ No newline at end of file +*.pyc +__pycache__ \ No newline at end of file diff --git a/src/cellular_automaton/__pycache__/__init__.cpython-37.pyc b/src/cellular_automaton/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 95d5e7b..0000000 Binary files a/src/cellular_automaton/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/src/cellular_automaton/__pycache__/ca_cell.cpython-37.pyc b/src/cellular_automaton/__pycache__/ca_cell.cpython-37.pyc deleted file mode 100644 index fefb29f..0000000 Binary files a/src/cellular_automaton/__pycache__/ca_cell.cpython-37.pyc and /dev/null differ diff --git a/src/cellular_automaton/__pycache__/ca_grid.cpython-37.pyc b/src/cellular_automaton/__pycache__/ca_grid.cpython-37.pyc deleted file mode 100644 index c8747f0..0000000 Binary files a/src/cellular_automaton/__pycache__/ca_grid.cpython-37.pyc and /dev/null differ diff --git a/src/cellular_automaton/__pycache__/ca_neighberhood.cpython-37.pyc b/src/cellular_automaton/__pycache__/ca_neighberhood.cpython-37.pyc deleted file mode 100644 index ffb9589..0000000 Binary files a/src/cellular_automaton/__pycache__/ca_neighberhood.cpython-37.pyc and /dev/null differ diff --git a/src/cellular_automaton/__pycache__/ca_rule.cpython-37.pyc b/src/cellular_automaton/__pycache__/ca_rule.cpython-37.pyc deleted file mode 100644 index c66bbe0..0000000 Binary files a/src/cellular_automaton/__pycache__/ca_rule.cpython-37.pyc and /dev/null differ diff --git a/src/cellular_automaton/__pycache__/cellular_automaton.cpython-37.pyc b/src/cellular_automaton/__pycache__/cellular_automaton.cpython-37.pyc deleted file mode 100644 index 429297f..0000000 Binary files a/src/cellular_automaton/__pycache__/cellular_automaton.cpython-37.pyc and /dev/null differ