.gitignore 77 B

1234567
  1. # ---> Python
  2. checklist.json
  3. *.kdev4
  4. __pycache__/
  5. .venv/
  6. .kdev4/
  7. *.egg-info/