diff --git a/.gitignore b/.gitignore index 2a61e07..22cf556 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .env -/family.json -/avatars/* +family.json +avatars/* arbre.png +config.json +temp_avatars/* +__pycache__ diff --git a/__pycache__/family.cpython-311.pyc b/__pycache__/family.cpython-311.pyc deleted file mode 100644 index 012b68a..0000000 Binary files a/__pycache__/family.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/tree.cpython-311.pyc b/__pycache__/tree.cpython-311.pyc deleted file mode 100644 index aa4f2ed..0000000 Binary files a/__pycache__/tree.cpython-311.pyc and /dev/null differ diff --git a/config.json b/config.json deleted file mode 100644 index 6597019..0000000 --- a/config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ROOT_MEMBER_ID": "1111230921954304000", - "ROLE_IDS": { - "ENFANT": "1336247473718558773", - "PETIT_ENFANT": "1336835041170292941", - "ARRIERE_PETIT_ENFANT": "1354256104519110748" - } -}