Skip to content

Commit bfc74d7

Browse files
authored
🙈 Add /.pdm-python to git ignore (#579)
1 parent d3f97e7 commit bfc74d7

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

.gitignore

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,38 @@
1-
/.idea/
2-
/.vscode/
3-
/env/
4-
/env*/
5-
.python-version
61
*.py[cod]
72
*.egg-info/
3+
4+
.coverage
5+
.python-version
6+
package-lock.json
7+
test.py
8+
9+
.cache/
10+
.hypothesis/
811
build/
912
dist/
10-
.cache/
11-
test.py
12-
.coverage
13-
htmlcov/
1413
docs/_build/
14+
htmlcov/
15+
node_modules/
16+
17+
/.benchmarks/
18+
/.idea/
1519
/.pytest_cache/
20+
/.vscode/
21+
/env*/
22+
/env/
23+
/flame/
24+
/pytest-speed/
1625
/sandbox/
17-
/foobar.py
18-
/pydantic_core/*.so
19-
/target/
20-
/site/
2126
/sandbox/
27+
/site/
28+
/target/
29+
/worktree/
30+
2231
/.editorconfig
32+
/.pdm-python
2333
/*.lcov
24-
/*.profraw
2534
/*.profdata
26-
/flame/
27-
/.benchmarks/
28-
.hypothesis/
29-
node_modules/
30-
package-lock.json
31-
/pytest-speed/
35+
/*.profraw
36+
/foobar.py
37+
/pydantic_core/*.so
3238
/src/self_schema.py
33-
/worktree/

0 commit comments

Comments
 (0)