# Build artifacts
/target/
**/*.rs.bk
*.db
*.sqlite

# Environment and local config
.env
.env.*
.env.local
.env.*.local
.devenv*
.direnv
devenv.local.nix

# IDE directories
.vscode/
.idea/
.DS_Store
Thumbs.db

# Dependencies
node_modules/
.cargo/

# Logs and temporary files
*.log
*.info
*.sw?
*.swo
*.swp
log/
logs/
dev-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Nix build artifacts
.devenv/
.devenvrc
result
result-*

# Git
.git/

# Beads database
.beads/

# Serena cache
/.serena/
/.tmp

# Lock files (optional - uncomment if you want to exclude them)
# Cargo.lock
# package-lock.json
# bun.lock
# devenv.lock

# Documentation build outputs
book/
target/doc/

# Test artifacts
proptest-regressions/

# Windows
*.njsproj
*.ntvs*
*.sln
*.suo

# Pre-commit (if auto-generated)
.pre-commit-config.yaml
