Skip to content

Commit

Permalink
Structure Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar2704 committed Jun 3, 2023
1 parent 91f6671 commit 8f5fe17
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 0 deletions.
96 changes: 96 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
.venv
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg'
venv

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# DotEnv configuration
.env

# Database
*.db
*.rdb

# Pycharm
.idea

# VS Code
.vscode/

# Spyder
.spyproject/

# Jupyter NB Checkpoints
.ipynb_checkpoints/

# Mac OS-specific storage files
.DS_Store

# vim
*.swp
*.swo

# Mypy cache
.mypy_cache/

# pytest cache
.pytest_cache/

# Data and models
data/*/*
models/*
!.gitkeep
Empty file added 1/data/final/.gitkeep
Empty file.
Empty file added 1/data/raw/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions 1/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.ipynb
Empty file added 2/data/final/.gitkeep
Empty file.
Empty file added 2/data/raw/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions 2/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.ipynb
Empty file added 3/data/final/.gitkeep
Empty file.
Empty file added 3/data/raw/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions 3/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.ipynb
Empty file added 4/data/final/.gitkeep
Empty file.
Empty file added 4/data/raw/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions 4/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.ipynb
Empty file added 5/data/final/.gitkeep
Empty file.
Empty file added 5/data/raw/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions 5/notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.ipynb

0 comments on commit 8f5fe17

Please sign in to comment.