Files
Vincent GABORET 02e24cbc92
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s
chore: update .gitignore and clean up package-lock.json
2026-07-21 23:38:52 +02:00

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