# Build artifacts
/build
/bin

# Object files
*.o
*.obj

# Executables
slq
*.exe

# Debug symbols
*.dSYM/

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

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp
/target

# Cache files
.cache

# Generated configuration
config.mk


# Added by cargo
#
# already existing elements were commented out

#/target
