Skip to content

Commit bcd0093

Browse files
committed
chore: update .gitignore and fix URL in README
1 parent 0aaeb10 commit bcd0093

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ coverage.xml
1212
build
1313
dist
1414
*checkpoint.ipynb
15-
docs/_build/
15+
docs/_build/
16+
17+
# Environment files with secrets
18+
.env
19+
.env.local
20+
env.local
21+
*.env.local

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ logger.setLevel(logging.DEBUG)
173173

174174
### P: Onde encontro documentação mais detalhada?
175175
**R:**
176-
- [Documentação de API](https://bcb-python.readthedocs.io/)
176+
- [Documentação de API](https://wilsonfreitas.github.io/python-bcb/)
177177
- [Diretório de Exemplos](./examples/)
178178
- Docstrings inline: `help(bcb.sgs.get)`, `help(bcb.currency.get)`, etc.
179179
- [Portal de Dados Abertos BCB](https://dadosabertos.bcb.gov.br/)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)