diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b39996e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +.idea/* + +.venv +.venv/* \ No newline at end of file diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..b03c151 --- /dev/null +++ b/README.MD @@ -0,0 +1,4 @@ +py_CIPA3 +This repo contain all of my TP's from the course of Python in the third year at ISEN Nantes. + +Feel free to use it as you want. \ No newline at end of file