Skip to content

Commit 8b80780

Browse files
author
arnaud
committed
Python au lycée, version initiale
0 parents  commit 8b80780

692 files changed

Lines changed: 287699 additions & 0 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# from WinEdt and GitHub
2+
# ----------------------
3+
*.aa?
4+
*.acn
5+
*.acr
6+
*.alg
7+
*.aux
8+
*.bak
9+
*.blg
10+
*.dvi
11+
*.fdb_latexmk
12+
*.glg
13+
*.glo
14+
*.gls
15+
*.idx
16+
*.ilg
17+
*.ind
18+
*.ist
19+
*.lof
20+
*.log
21+
*.lot
22+
*.maf
23+
*.mtc
24+
*.mtc0
25+
*.nav
26+
*.nlo
27+
*.out
28+
*.pdfsync
29+
*.pdf_tex
30+
*.prj
31+
*.ps
32+
*.snm
33+
*.synctex*
34+
*.tdo
35+
*.tmp
36+
*.toc
37+
*.vrb
38+
*.xdy
39+
40+
# le bytecode python
41+
#-----------------------
42+
*.pyc
43+
*.pyo
44+
45+
# ----------------------
46+
# plus nécéssaire car un .gitignore par répértoire
47+
# *tikzcach*
48+
49+
# tous les resultats pdf
50+
# ----------------------
51+
#*.pdf
52+
53+
# certains resultats pdf
54+
#-----------------------
55+
56+
57+
# Autres
58+
# ----------------------
59+
*.zip
60+
*.sublime*
61+
*.auxlock
62+
*.ptc
63+
*test*.tex
64+
#vim
65+
*~

aleatoire/aleatoire.pdf

183 KB
Binary file not shown.

0 commit comments

Comments
 (0)