File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11```
2- # Python
2+ * .pyc
33__pycache__ /
4- * .py [cod ]
5- * $py.class
6- * .so
7- .Python
8- build /
9- develop-eggs /
10- dist /
11- downloads /
12- eggs /
13- .eggs /
14- lib /
15- lib64 /
16- parts /
17- sdist /
18- var /
19- wheels /
20- * .egg-info /
21- .installed.cfg
22- * .egg
23- MANIFEST
24-
25- # Virtual environments
26- venv /
27- ENV /
28- env /
29- .venv /
30- .env /
31-
32- # IDE
33- .vscode /
34- .idea /
35- * .swp
36- * .swo
37-
38- # Logs
394* .log
40-
41- # Environment variables
5+ * .tmp
6+ * .swp
427.env
438.env.local
44- * .env. *
45-
46- # Coverage reports
9+ .env. *
10+ .vscode /
11+ .idea /
12+ dist /
13+ build /
14+ target /
15+ .venv /
16+ venv /
17+ node_modules /
18+ .mypy_cache /
19+ .pytest_cache /
4720.coverage
21+ coverage /
4822htmlcov /
49- .coverage. *
50- .coverage.xml
51- coverage.xml
52-
53- # Testing
54- .pytest_cache /
55- .mypy_cache /
56-
57- # Database
58- * .sqlite
59- * .db
60-
61- # OS
62- .DS_Store
63- Thumbs.db
6423```
You can’t perform that action at this time.
0 commit comments