Skip to content

Commit 256505e

Browse files
authored
Merge branch 'master' into issue-1412
2 parents b9bcfe1 + 1c2dd9d commit 256505e

File tree

103 files changed

+1538
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1538
-66
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## Principais do repositório
2+
__pycache__
3+
*.key
4+
*pyc
5+
*.temp*
6+
.vscode
7+
opendev
8+
9+
site/*
10+
.vscode
11+
oss/*
12+
open-dev/*
13+
14+
## Alguns outros gerados no gitignore.io
15+
# Checkpoint do jupyter
16+
.ipynb_checkpoints
17+
18+
# pyenv
19+
.python-version
20+
21+
# Coisas de environments
22+
.env
23+
.venv
24+
env/
25+
venv/
26+
ENV/
27+
env.bak/
28+
venv.bak/
29+
30+
# mkdocs
31+
site/*
32+
33+
# reports de desempenho
34+
students/*-report*
35+
students/*-report.md
36+
students/*-report.html
37+
38+
.credentials
39+
.gh-credentials
40+
41+
email_config.txt
42+
enviar_email.log
43+
44+
.DS_Store
45+
notas.txt
46+
resumo_notas.csv
47+
48+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The [discipline website](https://insper.github.io/open-dev/) contains all import
1010

1111
## Random visitors and other teachers
1212

13-
All material available in this repository is licensed under the *Creative Commons* 4.0 license (as indicated at the beginning of the document). Although it is not mandatory, if you wish to base part of your course on the materials available here we kindly ask you to contact [igordsm](http://github.com/igordsm) or [fbarth](http://github.com/fbarth).
13+
All material available in this repository is licensed under the *Creative Commons* 4.0 license (as indicated at the beginning of the document). Although it is not mandatory, if you wish to base part of your course on the materials available here we kindly ask you to contact [igordsm](http://github.com/igordsm), [fbarth](http://github.com/fbarth) or [carlosedm](http://github.com/cedmenezes).

docs/aulas/cc-by-nc-sa-small.png

6.37 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)