Add .pkl files to .gitignore

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-24 20:31:59 -07:00
parent 9d8ff8e61d
commit 1bcfae171a

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Don't add production config.toml to the repo # Don't add production config.toml to the repo
config.toml config.toml
# Pickle files
*.pkl
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/