diff --git a/.gitignore b/.gitignore index 7036a2b..45d1cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ __pycache__/ *$py.class # ordinary files -*.session .idea # Databases stuff @@ -136,4 +135,9 @@ dmypy.json .pyre/ # Bot config file -config.toml \ No newline at end of file +config.toml + +# pyrogram +unknown_errors.txt +*.session +*.session-journal \ No newline at end of file