61 lines
559 B
Plaintext
61 lines
559 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.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
|
|
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
|