diff --git a/.env b/.env new file mode 100644 index 0000000..e920f90 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +TWILIO_ACCOUNT_SID=OR3b7eba302d5d9eeb9d03fa93efd4911f +TWILIO_AUTH_TOKEN=65b969b0c3cc8478cf302b3e32dc08ca +TWILIO_WHATSAPP_NUMBER=whatsapp:+18637744140 diff --git a/.gitignore b/.gitignore index b7faf40..6d432ae 100644 --- a/.gitignore +++ b/.gitignore @@ -135,7 +135,6 @@ celerybeat.pid *.sage.py # Environments -.env .envrc .venv env/ @@ -168,12 +167,18 @@ dmypy.json # Cython debug symbols cython_debug/ -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +# PyCharm / IntelliJ +.idea/ +*.iml +*.iws +*.ipr +out/ + +# Eclipse +.project +.classpath +.settings/ +bin/ # Abstra # Abstra is an AI-powered process automation framework. @@ -186,7 +191,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder -# .vscode/ +.vscode/ # Ruff stuff: .ruff_cache/