# Generated by Cargo
/target/
debug/
release/

# Cargo.lock should be ignored for libraries
Cargo.lock

# Build artifacts
*.so
*.rlib
*.dll
*.dylib
*.exe

# Backup files
**/*.rs.bk
*.swp
*.swo

# IDE and editor files
.idea/
.vscode/
*.iml

# macOS
.DS_Store

# Environment files
.env
.env.local
