.gitignore 56 B

1234567
  1. *~
  2. *.pyc
  3. .*.swp
  4. build/
  5. dist/
  6. venv/
  7. isp_format.egg-info/