# configuration and readme !.gitignore !.gitpod.yml !.gitpod.Dockerfile !learn.json !README.md # exercises !/.learn /.learn/** !/.learn/learn.json !/.learn/exercises !/.learn/exercises/** !/.learn/assets !/.learn/assets/** # python garbage *.pyc __pycache__/ .pytest_cache/