OSDN Git Service

joy-first
[joypy/Thun.git] / .gitignore
1 .*\.pyc$
2 .*\.swp$
3 .eggs
4 .hypothesis
5 .pytest_cache
6 .vscode
7 docs/.ipynb_checkpoints
8 test/*
9 venv
10 build
11 Thun.egg-info
12 dist
13 __pycache__
14 implementations/Nim/joy
15 implementations/Python/joy
16 docs/notebooks/.ipynb_checkpoints
17 joy.py.*
18 joy_to_ast
19 tryrax
20 *.ast
21 parser
22 printer
23 thun
24