This commit is contained in:
kacper 2026-03-12 09:25:15 -04:00
parent b7614eb3f8
commit db4ce8b14f
22 changed files with 3557 additions and 823 deletions

28
.gitignore vendored Normal file
View 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