Update .gitignore
This commit is contained in:
parent
3d8fbf142b
commit
162ed6a3a2
|
@ -5,6 +5,7 @@
|
|||
env/
|
||||
env3/
|
||||
.env/
|
||||
.venv
|
||||
|
||||
# Bot local files
|
||||
*.db
|
||||
|
@ -24,3 +25,6 @@ config.yaml
|
|||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# dev environment
|
||||
.history
|
Loading…
Reference in New Issue