add README file with project description and usage notes

This commit is contained in:
2025-02-25 09:53:25 +01:00
parent f1c5e3b169
commit 14f076a85b
2 changed files with 9 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.idea
.idea/*
.venv
.venv/*

4
README.MD Normal file
View File

@@ -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.