.gitignore 66 B

12345678
  1. *.*
  2. !*.py
  3. !*.c
  4. test.c
  5. !.gitignore
  6. !LICENSE
  7. !README.md
  8. __pycache__/