Add .gitignore + package-lock.json; frontend build verified (84 modules, clean)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b94585084a
commit
32e13d6d49
2 changed files with 1817 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.env
|
||||
node_modules/
|
||||
frontend/dist/
|
||||
1811
frontend/package-lock.json
generated
Normal file
1811
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue