Skip to content

Commit b61949d

Browse files
committed
missing files
1 parent a004b2b commit b61949d

5 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.history
33
.venv
44
.lh
5+
.idea/*
6+
.idea/sonarlint/*
57
__pycache__/
68
*.py[cod]
79
*$py.class
@@ -160,4 +162,7 @@ cython_debug/
160162
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
161163
# and can be added to the global gitignore or merged into this file. For a more nuclear
162164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
163-
#.idea/
165+
#.idea/
166+
/report.html
167+
/.idea/
168+
/assets/

config/__init__.py

Whitespace-only changes.

models/__init__.py

Whitespace-only changes.

routers/__init__.py

Whitespace-only changes.

services/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)