Skip to content

Commit

Permalink
Merge pull request #17 from hadisfr/master
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
WittmannF authored Mar 13, 2021
2 parents cf922b0 + c568543 commit eb2cf23
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.csv

### Python ###

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env
.venv
2 changes: 2 additions & 0 deletions sortgs.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

# -*- coding: utf-8 -*-
"""
This code creates a database with a list of publications data from Google
Expand Down

0 comments on commit eb2cf23

Please sign in to comment.