.gitignore 71 B

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