Skip to content

Commit

Permalink
Merge pull request #6 from GoldMasterPro/add-gitignore
Browse files Browse the repository at this point in the history
Add gitignore and delete __pycache__
  • Loading branch information
xXxCLOTIxXx authored Apr 29, 2024
2 parents bbaf89b + db81f0c commit 03f798c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__
.vscode
Binary file removed nz/__pycache__/Client.cpython-39.pyc
Binary file not shown.
Binary file removed nz/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file removed nz/__pycache__/asyncClient.cpython-39.pyc
Binary file not shown.
Binary file removed nz/utils/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file removed nz/utils/__pycache__/exceptions.cpython-39.pyc
Binary file not shown.
Binary file removed nz/utils/__pycache__/headers.cpython-39.pyc
Binary file not shown.
Binary file removed nz/utils/__pycache__/helpers.cpython-39.pyc
Binary file not shown.
Binary file removed nz/utils/__pycache__/objects.cpython-39.pyc
Binary file not shown.

0 comments on commit 03f798c

Please sign in to comment.