# Environment
.env
.env.*
!.env.example

# Build artifacts
target/
debug/
release/

# IDE files
.idea/
.vscode/
*.code-workspace*
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Test coverage
coverage/
*.profraw
tarpaulin-report.html

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

# Cargo
Cargo.lock
**/*.rs.bk

