We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6f608 commit d9b262bCopy full SHA for d9b262b
1 file changed
.gitignore
@@ -1,9 +1,9 @@
1
-.idea/*
2
-.vs*/*
3
-.pytest_cache/*
4
-.mypy_cache/*
5
-.cache/*
6
-.tox/*
+.idea/
+.vs*/
+.pytest_cache/
+.mypy_cache/
+.cache/
+.tox/
7
build/
8
dist/
9
wheelhouse/
@@ -12,11 +12,8 @@ docs/_build/
12
!docs/_build/.gitkeep
13
docs/_static/
14
!docs/_static/.gitkeep
15
-geomdl/core
16
-geomdl/cli
17
-geomdl/shapes
18
-geomdl/iga
19
-geomdl/evaluators
+.ruff_cache
+
20
.ipynb*
21
*.pyc
22
*.c
@@ -28,5 +25,11 @@ geomdl/evaluators
28
25
.coverage
29
26
.python-version
30
27
.DS_Store
31
-.ruff_cache
32
VERSION.txt
+geomdl/core
+geomdl/cli
33
+geomdl/shapes
34
+geomdl/iga
35
+geomdl/evaluators
0 commit comments