Skip to content

Commit 78e5fcf

Browse files
committed
delete png files
1 parent 10bf05c commit 78e5fcf

29 files changed

Lines changed: 10 additions & 54 deletions

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,11 @@ cython_debug/
162162

163163
.vscode
164164

165-
works/negative_queues/results/*
165+
works/negative_queues/results/*
166+
167+
# ignore all png files in tests/units folder
168+
tests/units/*.png
169+
170+
# ignore all files in works/vacations/results
171+
works/vacations/results/*
172+

assets/1.gif

-1.35 MB
Binary file not shown.

assets/2.gif

-3.23 MB
Binary file not shown.

assets/queue_long.png

-371 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ max-line-length = 120
4242

4343
[project]
4444
name = "most_queue"
45-
version = "2.02"
45+
version = "2.04"
4646
authors = [{ name = "Xabarov Roman", email = "xabarov1985@gmail.com" }]
4747
description = "Software package for calculation and simulation of queuing systems"
4848
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="most-queue",
5-
version="2.02",
5+
version="2.04",
66
description="Software package for calculation and simulation of queuing systems",
77
author="Xabarov Roman",
88
author_email="xabarov1985@gmail.com",
-33.1 KB
Binary file not shown.
-47.3 KB
Binary file not shown.

tests/units/v1_on_channels.png

-26.7 KB
Binary file not shown.
-20.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)