diff --git a/.gitignore b/.gitignore index 32bccd7..66f24eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ venv3 .vscode +**/__pycache__ +**/*.pyc \ No newline at end of file diff --git a/Outline.md b/Outline.md index 0a5a5cf..f744c15 100644 --- a/Outline.md +++ b/Outline.md @@ -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