.gitignore 67 B

123456789
  1. *.pyc
  2. Pwman3.egg-info/*
  3. *swo
  4. build/*
  5. dist/*
  6. *.swp
  7. *.egg
  8. *.db
  9. env/*