/ .gitignore
.gitignore
1 *.pyc 2 __pycache__/ 3 *.egg-info/ 4 dist/ 5 build/ 6 .pytest_cache/ 7 .coverage 8 *.swp 9 *.swo 10 .DS_Store
1 *.pyc 2 __pycache__/ 3 *.egg-info/ 4 dist/ 5 build/ 6 .pytest_cache/ 7 .coverage 8 *.swp 9 *.swo 10 .DS_Store