diff --git a/.gitignore b/.gitignore index c18dd8d..0e8f027 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +/venv/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..aa094d9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +numpy +matplotlib