Skip to content

Commit d9b262b

Browse files
committed
update git-ignore
1 parent bb6f608 commit d9b262b

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

.gitignore

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.idea/*
2-
.vs*/*
3-
.pytest_cache/*
4-
.mypy_cache/*
5-
.cache/*
6-
.tox/*
1+
.idea/
2+
.vs*/
3+
.pytest_cache/
4+
.mypy_cache/
5+
.cache/
6+
.tox/
77
build/
88
dist/
99
wheelhouse/
@@ -12,11 +12,8 @@ docs/_build/
1212
!docs/_build/.gitkeep
1313
docs/_static/
1414
!docs/_static/.gitkeep
15-
geomdl/core
16-
geomdl/cli
17-
geomdl/shapes
18-
geomdl/iga
19-
geomdl/evaluators
15+
.ruff_cache
16+
2017
.ipynb*
2118
*.pyc
2219
*.c
@@ -28,5 +25,11 @@ geomdl/evaluators
2825
.coverage
2926
.python-version
3027
.DS_Store
31-
.ruff_cache
28+
3229
VERSION.txt
30+
31+
geomdl/core
32+
geomdl/cli
33+
geomdl/shapes
34+
geomdl/iga
35+
geomdl/evaluators

0 commit comments

Comments
 (0)