Skip to content

Commit

Permalink
Add .gitignore and remove byte-compiled files
Browse files Browse the repository at this point in the history
Add .gitignore to ignore any byte-compiled files and remove the existing byte-compiled files because they are only designed to run on the computer which compiled the files.
  • Loading branch information
MartinMerkli committed Jan 15, 2023
1 parent 69818ca commit b1263c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Byte-compiled python files
__pycache__/
*.py[cod]
Binary file removed PasswordGenerator/__pycache__/gui.cpython-310.pyc
Binary file not shown.
Binary file removed PasswordGenerator/__pycache__/logic.cpython-310.pyc
Binary file not shown.
Binary file removed PasswordGenerator/__pycache__/main.cpython-310.pyc
Binary file not shown.

0 comments on commit b1263c8

Please sign in to comment.