Add .pkl files to .gitignore
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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__/
|
||||||
|
|||||||
Reference in New Issue
Block a user