2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 18:07:21 +00:00

Update .gitignore with vscode and alternate docs build dir

This commit is contained in:
MrNaif2018 2019-07-15 16:56:59 +03:00
parent bb1470e57f
commit 85c2130875
No known key found for this signature in database
GPG Key ID: 5CDE50436C3DB40C

4
.gitignore vendored
View File

@ -11,6 +11,9 @@ pyrogram/api/all.py
# PyCharm stuff
.idea/
# VS Code
.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -78,6 +81,7 @@ instance/
# Sphinx documentation
docs/_build/
docs/source/_build
# PyBuilder
target/