Skip to content

Commit a971d01

Browse files
committed
chore: update .gitignore
1 parent 1f84f73 commit a971d01

1 file changed

Lines changed: 28 additions & 12 deletions

File tree

.gitignore

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
1-
*.egg-info
2-
*.py[co]
3-
.DS_Store
1+
# Cache
42
.cache/
3+
4+
# Python
5+
*.py[codz]
6+
__pycache__/
7+
8+
# Python environments
9+
.nox/
10+
.tox/
11+
.venv/
12+
13+
# Testing
514
.coverage
615
.coverage.*
7-
.idea/
816
.hypothesis/
9-
.mypy_cache/
10-
.nox/
1117
.pytest_cache/
18+
htmlcov/
19+
20+
# Type checking
21+
.dmypy.json
22+
.mypy_cache/
23+
24+
# Linting
1225
.ruff_cache/
13-
.tox/
14-
.venv/
26+
27+
# Documentation
28+
/site/
29+
30+
# IDEs
31+
.idea/
1532
.vscode/
16-
build/
17-
dist/
18-
htmlcov/
19-
site/
33+
34+
# macOS
35+
.DS_Store

0 commit comments

Comments
 (0)