.env
.env.local
_notes/
.DS_Store
.claude/settings.local.json

# Dolt database files (added by bd init)
.dolt/
*.db
.memory/

# === Claude Code (auto-added by setup-remotes) ===
# === macOS ===
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# === Windows ===
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk

# === Linux ===
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# === Editors ===
.idea/
.vscode/
*.swp
*.swo
*.swn
.vimrc
.nvimrc
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
.factorypath

# === Environment & Secrets ===
.env
.env.local
.env.*.local
.env.production
.env.staging
.envrc.local
.direnv/
*.pem
*.key
*.p12
*.pfx
secrets/
.secrets/

# === Claude Code ===
.claude/settings.local.json
.claude/plans/
.claude/worktrees/
CLAUDE.local.md
.beads/
.agent-status/
.deepeval/

# === Node.js ===
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.npm/
.yarn/cache/
.yarn/unplugged/
.pnp.*
.next/
.nuxt/
.svelte-kit/
dist/
build/
out/
.output/
.cache/
.parcel-cache/
coverage/
.nyc_output/
*.tsbuildinfo

# === Python ===
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
ENV/
env/
.env/
.mypy_cache/
.dmypy.json
dmypy.json
.pytest_cache/
.hypothesis/
.ruff_cache/
htmlcov/

# === Go ===
*.exe
*.test
*.prof
vendor/

# === Ruby ===
/.bundle/
/vendor/bundle
/tmp/
*.gem
.ruby-version

# === Swift / Xcode ===
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
*.moved-aside
DerivedData/
*.hmap
*.ipa
*.xcuserstate
.xcode.env.local

# === Logs ===
*.log
logs/
npm-debug.log*
*.pid
*.seed
*.pid.lock

# === Databases ===
*.sql
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal

# === Large files ===
*.zip
*.tar.gz
*.tgz
*.rar
*.7z

# === Docker ===
.docker/
docker-compose.override.yml
.loops/
claude-code-plans/
.claude/.story-automator-active

# Beads / Dolt files (added by bd init)
.beads-credential-key
.beads/proxieddb/
