Skip to content

Commit

Permalink
Trying to get the .gitignore under control
Browse files Browse the repository at this point in the history
  • Loading branch information
smartycope committed Apr 17, 2024
1 parent 7fb2051 commit b6a2e49
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/**
__pycache__/*
__pycache__/
__pycache__
*.py[cod]
*$py.class
*.pyc
# C extensions
*.so
**.pyc
invert*.pyc
__init__*.pyc

# Distribution / packaging
.Python
Expand Down
Binary file removed ezregex/__pycache__/EZRegexFunctionCall.cpython-311.pyc
Binary file not shown.
Binary file removed ezregex/__pycache__/EZRegexMember.cpython-311.pyc
Binary file not shown.
Binary file removed ezregex/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file removed ezregex/__pycache__/_escapeChars.cpython-311.pyc
Binary file not shown.
Binary file removed ezregex/__pycache__/invert.cpython-311.pyc
Binary file not shown.

0 comments on commit b6a2e49

Please sign in to comment.