Skip to content

Commit fc89de6

Browse files
committed
.
1 parent 4160466 commit fc89de6

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed

.gitignore

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
2+
3+
*.class
4+
Level1-Module3/_01_gui_app_bindings/_c_PigLatinTranslator/__pycache__/PigLatinConverter.cpython-38.pyc
5+
*.xml
6+
*.iml
7+
*.xml
8+
*.pyc
9+
10+
.DS_Store
11+
.venv
12+
.idea
13+
.idea/workspace.xml
14+
15+
16+
17+
# Byte-compiled / optimized / DLL files
18+
__pycache__/
19+
*.py[cod]
20+
*$py.class
21+
22+
# Virtual environments
23+
.env
24+
.venv
25+
env/
26+
venv/
27+
28+
# Distribution / packaging
29+
build/
30+
dist/
31+
*.egg-info/
32+
*.egg
33+
34+
# Unit test / coverage reports
35+
.coverage
36+
*.cover
37+
*.py,cover
38+
.hypothesis/
39+
.pytest_cache/
40+
nosetests.xml
41+
coverage.xml
42+
43+
# Jupyter Notebook
44+
.ipynb_checkpoints
45+
46+
# IDE / Editor directories and files
47+
48+
.idea/
49+
50+
# Logs
51+
*.log
52+
53+
# Miscellaneous
54+
*.bak
55+
*.swp
56+
57+
saved/
58+
59+
.jtl/*completion*
60+
.vscode

lessons/.jtl/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
syllabus-completion.json
1+
syllabus-completion.json

lessons/10_Module_1/20_Lesson_Structure.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"name": "python",
9090
"nbconvert_exporter": "python",
9191
"pygments_lexer": "ipython3",
92-
"version": "3.12.1"
92+
"version": "3.12.10"
9393
},
9494
"syllabus": {
9595
"uid": "Xsz3sJlg"

lessons/20_Module_2/10_Testing_Your_Class.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"language_info": {
3232
"name": "python",
33-
"version": "3.12.1"
33+
"version": "3.12.10"
3434
},
3535
"syllabus": {
3636
"uid": "FeB2FgBc"
3737
}
3838
},
3939
"nbformat": 4,
4040
"nbformat_minor": 5
41-
}
41+
}

0 commit comments

Comments
 (0)