ref(repo): Refactor resume into single importable function
Moved all 'behind-the-scenes' structure to 'lib/' folder and made resume importable as the main utility.
This commit is contained in:
parent
eace89411b
commit
21d2010762
6 changed files with 171 additions and 318 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -51,7 +51,6 @@ dist/
|
|||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
|
|
@ -62,6 +61,7 @@ share/python-wheels/
|
|||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
# lib/
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue