Add data/markov/ dir to .gitignore

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-27 19:16:44 -07:00
parent 887c8dc278
commit 44f0f8a79f

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# Don't add production config.toml to the repo # Don't add production config.toml to the repo
config.toml config.toml
# Ignore markov data (default path)
data/markov/
# Pickle files # Pickle files
*.pkl *.pkl