Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyotruly committed Jun 28, 2019
1 parent 439b2c7 commit 1dd91ef
Showing 1 changed file with 77 additions and 2 deletions.
79 changes: 77 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,77 @@
EDA.ipynb
../scrape/scrapy_test.ipynb
# Customized
scrape/scrapy_test.ipynb


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


# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/


# Scrapy stuff:
.scrapy


# Jupyter Notebook
.ipynb_checkpoints


# pyenv
.python-version


# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/


# mkdocs documentation
/site

0 comments on commit 1dd91ef

Please sign in to comment.