Update .gitignore to ignore the generated RPC error classes

The "errors" package has been moved to make it simpler to import
This commit is contained in:
Dan 2019-04-14 21:00:19 +02:00
parent d6d2923e34
commit bcef74c574

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
config.ini
# Pyrogram generated code
pyrogram/api/errors/exceptions/
pyrogram/errors/exceptions/
pyrogram/api/functions/
pyrogram/api/types/
pyrogram/api/all.py