diff --git a/.gitignore b/.gitignore index 8fedc2a..4eb49c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,60 @@ +# Dependencies node_modules/ -dist/ -.expo/ +.venv/ +venv/ +env/ +*.egg-info/ +.venv/ + +# Build / output +/dist/ +/build/ +/.expo/ +/.expo-shared/ +/android/ +/ios/ +/.next/ +/out/ +coverage/ +*.tsbuildinfo + +# Logs *.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pip-log.txt + +# OS / editor files .DS_Store -.browser-libs/ -core +Thumbs.db +.vscode/ +.idea/ +*.swp +*.swo + +# Environment / secrets +.env +.env.* +!.env.example + +# Python __pycache__/ *.py[cod] +*$py.class .pytest_cache/ +.mypy_cache/ +.pytype/ +htmlcov/ + +# Databases / local data +*.db +*.sqlite3 test_*.db +*.sqlite + +# Misc +.browser-libs/ +core +.tmp/ +*.tmp diff --git a/package-lock.json b/package-lock.json index cc247b2..e927690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4059,9 +4059,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4082,9 +4079,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4105,9 +4099,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4128,9 +4119,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [