Skip to content

Commit

Permalink
Merge branch 'feature/structure_review' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohfonseca committed Jul 22, 2023
2 parents b0d2816 + b880a10 commit 8827133
Show file tree
Hide file tree
Showing 22 changed files with 16 additions and 23 deletions.
21 changes: 14 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# ------------------------------
# arquivos não rastreados
# .gitignore
# ------------------------------

# pasta "app"
app/power-bi/*.pbix
# Python compiled files
__pycache__/

# pasta "dados"
dados/*
# Jupyter Notebook
.ipynb_checkpoints

# pasta "scripts"
scripts/config.json
# Environments
.env
.venv
env/
venv/
ENV/

# data folder
dados/**/*.csv
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Investing Go
# MoneyChart

Este é um projeto pessoal que nasceu privado, mas se tornou aberto para que todas as pessoas interessadas em investimentos e análise de dados possam testar e contribuir com melhorias no código fonte e nas visualizações de dados.
Este é um projeto pessoal que nasceu privado, mas se tornou aberto para que todas as pessoas interessadas em investimentos e análise de dados possam testar e contribuir com melhorias no código fonte e nas visualizações de dados.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added data/index/.gitkeep
Empty file.
Empty file added data/national-treasury/.gitkeep
Empty file.
Empty file added data/portfolio/.gitkeep
Empty file.
Empty file added data/stocks/.gitkeep
Empty file.
Binary file removed dataviz/power-bi/Investing Go.pbit
Binary file not shown.
14 changes: 0 additions & 14 deletions dataviz/power-bi/preferences.json

This file was deleted.

Empty file added img/.gitkeep
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added src/moneychart.py
Empty file.
Empty file added src/moneychart/__init__.py
Empty file.
File renamed without changes.
Empty file added src/moneychart/indexers.py
Empty file.
File renamed without changes.
Empty file added src/utils/__init__.py
Empty file.

0 comments on commit 8827133

Please sign in to comment.