diff --git a/.gitignore b/.gitignore index 1089d8e..fc7c514 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ __pycache__ app/static/img/fullsize app/static/img/portfolio +*.pyc +*# +*~ \ No newline at end of file diff --git a/__pycache__/MaPagePerso.cpython-313.pyc b/__pycache__/MaPagePerso.cpython-313.pyc deleted file mode 100644 index 35cd47e..0000000 Binary files a/__pycache__/MaPagePerso.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/blocs.cpython-313.pyc b/app/models/__pycache__/blocs.cpython-313.pyc deleted file mode 100644 index 6cd7144..0000000 Binary files a/app/models/__pycache__/blocs.cpython-313.pyc and /dev/null differ diff --git a/app/models/__pycache__/sites.cpython-313.pyc b/app/models/__pycache__/sites.cpython-313.pyc deleted file mode 100644 index 7096e49..0000000 Binary files a/app/models/__pycache__/sites.cpython-313.pyc and /dev/null differ