Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -171,6 +171,13 @@ cython_debug/
|
|||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# Build output
|
||||
static/dist/
|
||||
node_modules/
|
||||
|
||||
# Media uploads
|
||||
media/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue