Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HITMAN | KARTIK authored May 18, 2021
1 parent ae79dd9 commit 546ac03
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# vim
[._]*.sw[a-p]

# python
/venv/
__pycache__/

# Pyrogram
/*.py
!/main.py
!/userbot.py
!/generate-pyrogram-session-string.py
/*.ini
/*.session
/*.session-journal
/downloads/

# pytgcalls
/*.so
/*.log

# Pycharm
/.idea/

0 comments on commit 546ac03

Please sign in to comment.