stable
This commit is contained in:
parent
b7614eb3f8
commit
db4ce8b14f
22 changed files with 3557 additions and 823 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Local secrets and certs
|
||||
.certs/
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Python runtime
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Local app data
|
||||
cards.db
|
||||
.todos/
|
||||
|
||||
# Frontend build and dependencies
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.vite/
|
||||
|
||||
# Editor / OS noise
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue