File tree 1 file changed +53
-11
lines changed
1 file changed +53
-11
lines changed Original file line number Diff line number Diff line change 1
- * .suo
2
- * .pdb
3
- [Oo ]bj /
4
- [Bb ]in /
1
+ # General binaries and Build results
5
2
* .dll
6
- * .pyd
7
3
* .exe
8
- * .pyc
9
- packages /*
10
- dist
11
- pythonnet.egg-info
12
- * .userprefs
4
+ * .pdb
5
+
6
+ # ## JetBrains ###
7
+ .idea /
8
+
9
+ # ## Python ###
10
+ # Byte-compiled / optimized / DLL files
11
+ __pycache__ /
12
+ * .py [cod ]
13
+
14
+ # Distribution / packaging
13
15
build /
14
- tools /nuget /* .exe
16
+ dist /
17
+ * .egg-info /
18
+
19
+ # Unit test / coverage reports
20
+ htmlcov /
21
+ .tox /
22
+ .coverage
23
+ .coverage. *
24
+ .cache
25
+ coverage.xml
26
+
27
+ # ## CSharp ###
28
+ # User-specific files
29
+ * .suo
30
+ * .user
31
+ * .vcxproj.filters
32
+ * .userprefs
33
+ * .DotSettings.user
34
+
35
+ # Build results
36
+ [Bb ]in /
37
+ [Oo ]bj /
38
+
39
+ # Visual Studio cache/options directory
40
+ .vs /
41
+
42
+ # NUNIT
43
+ * .VisualState.xml
44
+ TestResult.xml
45
+
46
+ # OpenCover
47
+ /results.xml
48
+
49
+ # NuGet Packages
50
+ ** /packages /*
51
+
52
+ # VS Project upgrade log files
53
+ _UpgradeReport_Files /
54
+ Backup * /
55
+ UpgradeLog * .XML
56
+ UpgradeLog * .htm
You can’t perform that action at this time.
0 commit comments