# Compiled binaries and build artifacts
/target/
**/*.rs.bk

# Debug symbols
*.dSYM/
*.su
*.idb
*.pdb

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Benchmark reports
benchmarks/reports/

# Docker artifacts
*.log
docker-compose.override.yml

# Temporary files
/tmp/
/var/tmp/

# Test coverage
coverage/
*.profraw

# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# Storybook build outputs
.out
.storybook-out
storybook-static

# Temporary folders
tmp/
temp/

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
*.db
*.sqlite
*.sqlite3

# mdBook build output
/docs/book/book/

# Gemini CLI
.gemini/

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