forked from uea-teaching/python-introduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (34 loc) · 746 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*
!README.md
!.gitignore
!_layouts/
!_layouts/*.html
!notebooks/
!notebooks/*.ipynb
!examples/
!examples/*.py
!examples/2489.txt
!examples/test.txt
!examples/*.json
!lectures/
!lectures/assets/
!lectures/assets/img/
!lectures/assets/img/*.jpg
!lectures/assets/img/*.png
!lectures/assets/css/
!lectures/assets/css/*.css
!lectures/functions
!lectures/functions/*.md
!lectures/functions/*.html
!lectures/collections
!lectures/collections/*.md
!lectures/collections/*.html
!lectures/input-output
!lectures/input-output/*.md
!lectures/input-output/*.html
!lectures/interactive-python
!lectures/interactive-python/*.md
!lectures/interactive-python/*.html
!lectures/log-test-debug
!lectures/log-test-debug/*.md
!lectures/log-test-debug/*.html