.gitignore 75 B

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