We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648283 commit f1ff4b3Copy full SHA for f1ff4b3
.gitignore
@@ -31,9 +31,14 @@ AppDir/
31
*.desktop
32
*.zip
33
*.tar.gz
34
+
35
+# ==================================
36
+# Archivos de configuración
37
38
client_secrets.json
39
user_token.pickle
40
credentials.json
41
+visagevault.key
42
43
# ==================================
44
# Datos de Runtime de VisageVault
requirements.txt
@@ -9,3 +9,4 @@ numpy
9
opencv-python-headless
10
rawpy
11
watchdog
12
+cryptography
0 commit comments