forked from kyclark/tiny_python_projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (34 loc) · 717 Bytes
/
.gitignore
File metadata and controls
34 lines (34 loc) · 717 Bytes
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
__pycache__
.pytest_cache
*.swp
*~
.cache
.ipynb_checkpoints
.DS_Store
tex2pdf*
.mypy_cache
.log
.coverage
.idea
.vscode
# 02_crowsnest/crowsnest.py
# 03_picnic/picnic.py
# 04_jump_the_five/jump.py
# 05_howler/howler.py
# 06_wc/wc.py
# 07_gashlycrumb/gashlycrumb.py
# 08_apples_and_bananas/apples.py
# 09_abuse/abuse.py
# 10_telephone/telephone.py
# 11_bottles_of_beer/bottles.py
# 12_ransom/ransom.py
# 13_twelve_days/twelve_days.py
# 14_rhymer/rhymer.py
# 15_kentucky_friar/friar.py
# 16_scrambler/scrambler.py
# 17_mad_libs/mad.py
# 18_gematria/gematria.py
# 19_wod/wod.py
# 20_password/password.py
# 21_tictactoe/tictactoe.py
Tiny Python Projects_ Coding and Testing with Puzzles and Games - Ken Youens-Clark.pdf