diff --git a/.gitignore b/.gitignore index 7ddc594..47bd8d6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ env/ env3/ .env/ +.venv # Bot local files *.db @@ -24,3 +25,6 @@ config.yaml # Log files *.log + +# dev environment +.history \ No newline at end of file