# Rust
/target/
*/target/
Cargo.lock

# Generated by Cargo
Cargo.lock

# Build artifacts
*.exe
*.pdb

# Debug artifacts
*.dSYM/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

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

# Logs
*.log

# Runtime data
pids
*.pid
*.seed

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Environment variables
.env
.env.local
.env.*.local

# Docker
.dockerignore

# Database
*.db
*.sqlite
*.sqlite3

# Temporary files
*.tmp
*.temp

# Rust analyzer
.rust-analyzer/

# Packages
*.min.js
