.gitignore 58 B

12345
  1. Python/build/
  2. Python/dist/
  3. *.egg-info/
  4. *.pyc
  5. __pycache__/