add encrypted file to gitignore

This commit is contained in:
Vicky Rampin 2021-11-11 23:18:38 -05:00
parent f1d1876fcc
commit e6ad830b56
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
encrypted_file.txt
# C extensions # C extensions
*.so *.so