Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
cyberofficial committed Aug 3, 2023
1 parent e4af959 commit 4460714
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ last_checked_timestamp.txt
error_report.txt
livetranslation - Copy.bat
*.pyc
modules/__pycache__/*
__pycache__
modules/__pycache__/warnings.cpython-310.pyc
modules/__pycache__/version_checker.cpython-310.pyc
modules/__pycache__/parser_args.cpython-310.pyc
modules/__pycache__/model_downloader.cpython-310.pyc
modules/__pycache__/languages.cpython-310.pyc
modules/__pycache__/discord.cpython-310.pyc
modules/__pycache__/console_settings.cpython-310.pyc

0 comments on commit 4460714

Please sign in to comment.