Skip to content

Commit 1a8d4e6

Browse files
Bump Codebase Version & UI
1 parent 72dbdb0 commit 1a8d4e6

File tree

277 files changed

+442
-35449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+442
-35449
lines changed

.env

-9
This file was deleted.

.gitignore

+12-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
1-
# byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
5-
# tests and coverage
6-
*.pytest_cache
7-
.coverage
8-
9-
# database & logs
10-
*.db
11-
*.sqlite3
12-
*.log
13-
14-
# venv
1+
*.pyc
2+
*.DS_Store
3+
*.egg*
4+
/dist/
5+
/.idea
6+
/docs/_build/
7+
/node_modules/
8+
build/
159
env
16-
venv
17-
18-
# other
19-
.DS_Store
20-
21-
# javascript
22-
package-lock.json
23-
24-
staticfiles/*
25-
!staticfiles/.gitkeep
26-
.vscode/symbols.json
10+
/staticfiles/
2711

28-
apps/static/assets/node_modules
29-
apps/static/assets/yarn.lock
30-
apps/static/assets/.temp
12+
#src
13+
*.sqlite*
3114

15+
.env

0 commit comments

Comments
 (0)