.gitignore 70 B

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