12345678910111213141516171819202122 |
- .idea/*
- *.pyc
- .metadata*
- *.dll
- *.dll.mdb
- *.userprefs
- *~
- RemoteSystemsTempFiles
- csharp_tests/test-results
- csharp_tests/bin
- src/build
- # **/*target*
- test/build/
- **/*.lprof
- doc/_build
- .project
- .pydevproject
- src/MANIFEST
- __pycache__/
- .mypy_cache/
- *.smcat
|