2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 18:37:26 +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 # PyCharm stuff
.idea/ .idea/
# VS Code
.vscode/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -78,6 +81,7 @@ instance/
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
docs/source/_build
# PyBuilder # PyBuilder
target/ target/