.gitignore 250 B

12345678910111213141516171819202122
  1. .idea/*
  2. *.pyc
  3. .metadata*
  4. *.dll
  5. *.dll.mdb
  6. *.userprefs
  7. *~
  8. RemoteSystemsTempFiles
  9. csharp_tests/test-results
  10. csharp_tests/bin
  11. src/build
  12. # **/*target*
  13. test/build/
  14. **/*.lprof
  15. doc/_build
  16. .project
  17. .pydevproject
  18. src/MANIFEST
  19. __pycache__/
  20. .mypy_cache/
  21. *.smcat