File tree Expand file tree Collapse file tree 1 file changed +42
-39
lines changed Expand file tree Collapse file tree 1 file changed +42
-39
lines changed Original file line number Diff line number Diff line change 1
- # Python cache files
2
- __pycache__ /
3
- * .py [cod ]
4
- * $py.class
5
- * .so
6
- .Python
7
- env /
8
- build /
9
- develop-eggs /
10
- dist /
11
- downloads /
12
- eggs /
13
- .eggs /
14
- lib /
15
- lib64 /
16
- parts /
17
- sdist /
18
- var /
19
- * .egg-info /
20
- .installed.cfg
21
- * .egg
22
-
23
- # Virtual environments
24
- venv /
25
- env /
26
- ENV /
27
-
28
- # IDE files
29
- .idea /
30
- .vscode /
31
- * .swp
32
- * .swo
33
-
34
- # OS specific files
35
- .DS_Store
36
- Thumbs.db
37
-
38
- # Code Index MCP specific files
39
- .code_indexer /
1
+ # Python cache files
2
+ __pycache__ /
3
+ * .py [cod ]
4
+ * $py.class
5
+ * .so
6
+ .Python
7
+ env /
8
+ build /
9
+ develop-eggs /
10
+ dist /
11
+ downloads /
12
+ eggs /
13
+ .eggs /
14
+ lib /
15
+ lib64 /
16
+ parts /
17
+ sdist /
18
+ var /
19
+ * .egg-info /
20
+ .installed.cfg
21
+ * .egg
22
+
23
+ # Virtual environments
24
+ venv /
25
+ env /
26
+ ENV /
27
+
28
+ # IDE files
29
+ .idea /
30
+ .vscode /
31
+ * .swp
32
+ * .swo
33
+
34
+ # OS specific files
35
+ .DS_Store
36
+ Thumbs.db
37
+
38
+ # Code Index MCP specific files
39
+ .code_indexer /
40
+
41
+ # Test files
42
+ test_ * .py
You can’t perform that action at this time.
0 commit comments