Ajustes no gitignore

This commit is contained in:
2026-03-21 22:57:22 -03:00
parent d2b05ec1c9
commit 77fa214faa
2 changed files with 16 additions and 8 deletions

3
.env Normal file
View File

@@ -0,0 +1,3 @@
TWILIO_ACCOUNT_SID=OR3b7eba302d5d9eeb9d03fa93efd4911f
TWILIO_AUTH_TOKEN=65b969b0c3cc8478cf302b3e32dc08ca
TWILIO_WHATSAPP_NUMBER=whatsapp:+18637744140

21
.gitignore vendored
View File

@@ -135,7 +135,6 @@ celerybeat.pid
*.sage.py *.sage.py
# Environments # Environments
.env
.envrc .envrc
.venv .venv
env/ env/
@@ -168,12 +167,18 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
# PyCharm # PyCharm / IntelliJ
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can .idea/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore *.iml
# and can be added to the global gitignore or merged into this file. For a more nuclear *.iws
# option (not recommended) you can uncomment the following to ignore the entire idea folder. *.ipr
#.idea/ out/
# Eclipse
.project
.classpath
.settings/
bin/
# Abstra # Abstra
# Abstra is an AI-powered process automation framework. # 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 # 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, # 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 # you could uncomment the following to ignore the entire vscode folder
# .vscode/ .vscode/
# Ruff stuff: # Ruff stuff:
.ruff_cache/ .ruff_cache/