Ignore Pyrogram generated files

This commit is contained in:
Dan 2017-12-05 12:47:43 +01:00
parent 4ed7110048
commit 5ff61dd53d

6
.gitignore vendored
View File

@ -1,3 +1,9 @@
# Pyrogram generated code
pyrogram/api/errors/exceptions/
pyrogram/api/functions/
pyrogram/api/types/
pyrogram/api/all.py
# PyCharm stuff
.idea/