learning_ai_invt_trdg/.gitignore
root c7f45611a8 chore: remove leftover tarball deps, gitignore docker-deps dirs
Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-10 01:52:35 +00:00

39 lines
630 B
Plaintext

node_modules
.pnpm-store
dist
build
coverage
.turbo
.next
.expo
.expo-shared
android
ios
web-build
*.log
.DS_Store
.env
.env.local
.env.*.local
backend/bot_state.json
# Lockfile hygiene: this is a pnpm workspace — only the root pnpm-lock.yaml
# is committed. npm-style or per-package pnpm lockfiles inside subpackages
# get out of sync with the root and break CI.
backend/pnpm-lock.yaml
backend/package-lock.json
web/pnpm-lock.yaml
web/package-lock.json
mobile/pnpm-lock.yaml
mobile/package-lock.json
# Claude Code session metadata
.claude/
.tmp/
# Test reports
scripts/tests/reports/
*.pid
.docker-deps/
.docker-deps-cache/