.gitignore 67 B

1234567
  1. # ignore python catche
  2. __pycache__/
  3. *.pyc
  4. .idea/
  5. *.log
  6. *.tmp
  7. *.bak