Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# Node
node_modules/
npm-debug.log
yarn-error.log
package-lock.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
791 changes: 0 additions & 791 deletions App/App.py

This file was deleted.

Binary file removed App/Logo/RESUM.png
Binary file not shown.
Binary file removed App/Logo/recommend.png
Binary file not shown.
Binary file removed App/Uploaded_Resumes/Analyzer Test Resume .pdf
Binary file not shown.
93 changes: 0 additions & 93 deletions App/requirements.txt

This file was deleted.

Loading