Skip to content

Commit

Permalink
updated .gitignore and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 14, 2017
1 parent 71c5fdf commit 75b5919
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,13 @@ ENV/

# mypy
.mypy_cache/

# IDEA Files
.idea
*~

# Visual Studio Code Files
.vscode/

# MacOS File
.DS_Store
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# smbprotocol
Python SMBv2 and v3 Client

This is in progress and is designed to be a Python library that can interact with SMBv2 and SMBv3 servers using the [MS-SMB2](https://msdn.microsoft.com/en-us/library/cc246482.aspx) protocol.

0 comments on commit 75b5919

Please sign in to comment.