/ .gitignore
.gitignore
 1  __pycache__/
 2  *.pyc
 3  *.pyo
 4  .venv/
 5  venv/
 6  *.egg-info/
 7  dist/
 8  build/
 9  *.log
10  .DS_Store