Updates to .gitignore
This commit is contained in:
parent
6e0d612aff
commit
f45be36d8c
|
@ -1,2 +1,4 @@
|
|||
venv3
|
||||
.vscode
|
||||
**/__pycache__
|
||||
**/*.pyc
|
|
@ -14,7 +14,7 @@ Sample argparse usage and help information
|
|||
|
||||
Setting up a basic logger with stdout and log file support.
|
||||
|
||||
###
|
||||
### Recursive file explorations
|
||||
|
||||
### CSV writing
|
||||
|
||||
|
|
Loading…
Reference in New Issue