Initial commit: site monorepo with API, web, and infra.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
node_modules/
|
||||
.venv/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
coverage/
|
||||
.coverage
|
||||
dist/
|
||||
playwright-report/
|
||||
test-results/
|
||||
.DS_Store
|
||||
.env
|
||||
*.pyc
|
||||
apps/web/.env
|
||||
apps/api/.env
|
||||
apps/api/.e2e.sqlite
|
||||
apps/api/.e2e-test.sqlite
|
||||
apps/api/data/secrets/install.env
|
||||
apps/api/data/secrets/install.meta.json
|
||||
data/secrets/
|
||||
apps/api/data/logs/
|
||||
apps/api/data/compton_settings.json
|
||||
apps/web/public/static/
|
||||
Reference in New Issue
Block a user